#AFCC8C

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

Shades of Sprout #AFCC8C

Tints of Sprout #AFCC8C

Color information

#AFCC8C (or 0xAFCC8C) is unknown color: approx Sprout. HEX triplet: AF, CC and 8C. RGB value is (175,204,140). Sum of RGB (Red+Green+Blue) = 175+204+140=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC8C is #503373. Grayscale: #BCBCBC. Windows color (decimal): -5256052 or 9227439. OLE color: 9227439.

HSL color Cylindrical-coordinate representation of color #AFCC8C: hue angle of 87.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCC8C is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB175204140-
CMYK0.1400.310.2
HSL87.19º38.55%67.45%-
HSV(B)87.19º31.37%80%-
XYZ44.0154.1932.95-
YUV188.03100.89118.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=33.72%
G=39.31%
B=26.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041400.1400.310.287.1938.5567.45
HexAFCC8CE01F14572743
Octal257314214160372412747103
Binary10101111110011001000110011100111111010010101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC8C; }

 p { color: rgb(175,204,140); }

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

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

 a { background-color: rgb(175,204,140); }

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

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

 span { border-color: rgb(175,204,140); }

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