#AFC89C

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

Shades of Sprout #AFC89C

Tints of Sprout #AFC89C

Color information

#AFC89C (or 0xAFC89C) is unknown color: approx Sprout. HEX triplet: AF, C8 and 9C. RGB value is (175,200,156). Sum of RGB (Red+Green+Blue) = 175+200+156=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89C is #503763. Grayscale: #BBBBBB. Windows color (decimal): -5257060 or 10274991. OLE color: 10274991.

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

Color convert

RGB175200156-
CMYK0.1200.220.22
HSL94.09º28.57%69.8%-
HSV(B)94.09º22%78.43%-
XYZ44.3352.8239.31-
YUV187.51110.22119.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=32.96%
G=37.66%
B=29.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001560.1200.220.2294.0928.5769.8
HexAFC89CC016165e1d46
Octal257310234140262613635106
Binary1010111111001000100111001100010110101101011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC89C; }

 p { color: rgb(175,200,156); }

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

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

 a { background-color: rgb(175,200,156); }

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

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

 span { border-color: rgb(175,200,156); }

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