#AFC69E

Color #AFC69E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #AFC69E

Tints of Sprout #AFC69E

Color information

#AFC69E (or 0xAFC69E) is unknown color: approx Sprout. HEX triplet: AF, C6 and 9E. RGB value is (175,198,158). Sum of RGB (Red+Green+Blue) = 175+198+158=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC69E is #503961. Grayscale: #BABABA. Windows color (decimal): -5257570 or 10405551. OLE color: 10405551.

HSL color Cylindrical-coordinate representation of color #AFC69E: hue angle of 94.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC69E is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB175198158-
CMYK0.1200.200.22
HSL94.5º25.97%69.8%-
HSV(B)94.5º20.2%77.65%-
XYZ44.0451.9740.06-
YUV186.56111.88119.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=32.96%
G=37.29%
B=29.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981580.1200.200.2294.525.9769.8
HexAFC69EC014165e1a46
Octal257306236140242613632106
Binary1010111111000110100111101100010100101101011110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC69E; }

 p { color: rgb(175,198,158); }

 H1.HeaderClassName
 {
   color: #AFC69E;
 }
 .AnyTagClassName
 {
   color: #AFC69E;
 }
</style>
background-color css

<style>
 a { background-color: #AFC69E; }

 a { background-color: rgb(175,198,158); }

 div.DivClassName
 {
   background-color: #AFC69E;
 }
 .BgClassName
 {
   background-color: #AFC69E;
 }
</style>
border-color css

<style>
 span { border-color: #AFC69E; }

 span { border-color: rgb(175,198,158); }

 td.TdClassName
 {
   border-color: #AFC69E;
 }
 .TagClassName
 {
   border-color: #AFC69E;
 }
</style>