#AFCA9A

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

Shades of Sprout #AFCA9A

Tints of Sprout #AFCA9A

Color information

#AFCA9A (or 0xAFCA9A) is unknown color: approx Sprout. HEX triplet: AF, CA and 9A. RGB value is (175,202,154). Sum of RGB (Red+Green+Blue) = 175+202+154=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCA9A is #503565. Grayscale: #BCBCBC. Windows color (decimal): -5256550 or 10144431. OLE color: 10144431.

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

Color convert

RGB175202154-
CMYK0.1300.240.21
HSL93.75º31.17%69.8%-
HSV(B)93.75º23.76%79.22%-
XYZ44.6353.6938.58-
YUV188.46108.55118.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=32.96%
G=38.04%
B=29.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021540.1300.240.2193.7531.1769.8
HexAFCA9AD018155e1f46
Octal257312232150302513637106
Binary1010111111001010100110101101011000101011011110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA9A; }

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

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

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

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

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

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

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

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