#AFCA9D

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

Shades of Sprout #AFCA9D

Tints of Sprout #AFCA9D

Color information

#AFCA9D (or 0xAFCA9D) is unknown color: approx Sprout. HEX triplet: AF, CA and 9D. RGB value is (175,202,157). Sum of RGB (Red+Green+Blue) = 175+202+157=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA9D is #503562. Grayscale: #BCBCBC. Windows color (decimal): -5256547 or 10341039. OLE color: 10341039.

HSL color Cylindrical-coordinate representation of color #AFCA9D: hue angle of 96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFCA9D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB175202157-
CMYK0.1300.220.21
HSL96º29.8%70.39%-
HSV(B)96º22.28%79.22%-
XYZ44.8953.7939.91-
YUV188.8110.05118.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 202 (79.30% from 255) = 37.83%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=32.77%
G=37.83%
B=29.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021570.1300.220.219629.870.39
HexAFCA9DD01615601e46
Octal257312235150262514036106
Binary1010111111001010100111011101010110101011100000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA9D; }

 p { color: rgb(175,202,157); }

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

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

 a { background-color: rgb(175,202,157); }

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

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

 span { border-color: rgb(175,202,157); }

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