#AFCA96

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

Shades of Sprout #AFCA96

Tints of Sprout #AFCA96

Color information

#AFCA96 (or 0xAFCA96) is unknown color: approx Sprout. HEX triplet: AF, CA and 96. RGB value is (175,202,150). Sum of RGB (Red+Green+Blue) = 175+202+150=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA96 is #503569. Grayscale: #BCBCBC. Windows color (decimal): -5256554 or 9882287. OLE color: 9882287.

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

Color convert

RGB175202150-
CMYK0.1300.260.21
HSL91.15º32.91%69.02%-
HSV(B)91.15º25.74%79.22%-
XYZ44.353.5636.86-
YUV188106.55118.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=33.21%
G=38.33%
B=28.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021500.1300.260.2191.1532.9169.02
HexAFCA96D01A155b2145
Octal257312226150322513341105
Binary10101111110010101001011011010110101010110110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA96; }

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

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

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

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

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

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

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

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