#AFCC9B

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

Shades of Sprout #AFCC9B

Tints of Sprout #AFCC9B

Color information

#AFCC9B (or 0xAFCC9B) is unknown color: approx Sprout. HEX triplet: AF, CC and 9B. RGB value is (175,204,155). Sum of RGB (Red+Green+Blue) = 175+204+155=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC9B is #503364. Grayscale: #BDBDBD. Windows color (decimal): -5256037 or 10210479. OLE color: 10210479.

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

Color convert

RGB175204155-
CMYK0.1400.240.2
HSL95.51º32.45%70.39%-
HSV(B)95.51º24.02%80%-
XYZ45.1954.6739.18-
YUV189.74108.39117.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=32.77%
G=38.20%
B=29.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041550.1400.240.295.5132.4570.39
HexAFCC9BE01814602046
Octal257314233160302414040106
Binary10101111110011001001101111100110001010011000001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC9B; }

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

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

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

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

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

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

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

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