COLOR #AFF697

HEX: #AFF697 RGB: (175,246,151)

Color info

#AFF697 contains mainly green color. Web safe color of #AFF697 is #99FF99 (or #9F9).

RGB color model

#AFF697 color RGB value is (175,246,151).

RGB: (175,246,151) (69%, 96%, 59%)

RGB channels and saturation

R 175 of 255 = 69%
G 246 of 255 = 96%
B 151 of 255 = 59%

175
246
151

R + G + B ~ 75%. #AFF697 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 246 + 151 = 572 (100%)
R 175 of 572 ~ 30.59%
G 246 of 572 ~ 43.01%
B 151 of 572 ~ 26.4'%

%30.59
%43.01
%26.4

CMYK color model

#AFF697 color CMYK value is (29,0,39,4).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 38.62%
  • key color value is 3.53%

CMYK: (29,0,39,4)
C29M0Y39K4 (29%, 0%, 39%, 4%)
(0.29 / 0.00 / 0.39 / 0.04)

CMYK percentages

%28.86
%0
%38.62
%3.53

Codes

Color #AFF697 in popluar color models

AF F6 97
RGB 175 246 151
HSL 105° 84.07% 77.84%
HSB/HSV 105° 38.62% 96.47%
CMYK 28.86% 0.00% 38.62%
3.53%

Color #AFF697 in popluar number systems.

HEX AF F6 97
Decimal 175 246 151
Binary 10101111 11110110 10010111
Octal 257 366 227

Shades and tints

Shades of #AFF697

#AFF697
(175,246,151)
#A0E08A
(160,224,138)
#91CA7D
(145,202,125)
#82B470
(130,180,112)
#739E63
(115,158,99)
#648856
(100,136,86)
#557249
(85,114,73)
#465C3C
(70,92,60)
#37462F
(55,70,47)
#283022
(40,48,34)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #AFF697

#AFF697
(175,246,151)
#B6F6A0
(182,246,160)
#BDF6A9
(189,246,169)
#C4F6B2
(196,246,178)
#CBF6BB
(203,246,187)
#D2F6C4
(210,246,196)
#D9F6CD
(217,246,205)
#E0F6D6
(224,246,214)
#E7F6DF
(231,246,223)
#EEF6E8
(238,246,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF697 color. Also use rgb(175,246,151) instead hex code.

Text Font Color

.myTextColor { color: #AFF697; }

<p style="color:#AFF697">This sample text font color is #AFF697.</p>

This text font color is #AFF697.

Background Color

.myBgColor { background-color: #AFF697; }

<div style="background-color:#AFF697">Inner text</div>

This div background color is #AFF697.

Border color

.myBorderColor { border: 1px solid #AFF697; }

<div style="border:3px solid #AFF697">Div</div>

This div border color is #AFF697.

Opacity

.myOpacity80 { color: #AFF697; opacity: 0.8; }

<p style="color:#AFF697;opacity:0.8;">80%</p>

Text with #AFF697 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFF697;}

<p style="text-shadow: 3px 3px 1px #AFF697">Text here.</p>

This text has shadow with #AFF697 color.


.textShadow {text-shadow: 3px 3px 1px #AFF697', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFF697, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFF697 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFF697, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFF697, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFF697 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFF697;
-webkit-box-shadow: 1px 1px 3px 2px #AFF697;
box-shadow: 1px 1px 3px 2px #AFF697;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFF697; -webkit-box-shadow: 1px 1px 3px 2px #AFF697; box-shadow:1px 1px 3px 2px #AFF697;">
Div content here
</div>

This div box has shadow with color #AFF697.

Preview

Color preview on black background

This text has color #AFF697 on black background.


Color preview on white background

This text has color #AFF697 on white background.


Black color preview on #AFF697 background

This text has black color on #AFF697 background.


White color preview on #AFF697 background

This text has white color on #AFF697 background.


Related colors

Complementary color

Complementary color for #hex is #500968.


I love getcolorcode.com

Triadic colors

1 #97AFF6 and #F697AF with #AFF697 are triadic colors.

2 #97F6AF and #F6AF97 with #AFF697 are triadic colors.