#AFC99A

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

Shades of Sprout #AFC99A

Tints of Sprout #AFC99A

Color information

#AFC99A (or 0xAFC99A) is unknown color: approx Sprout. HEX triplet: AF, C9 and 9A. RGB value is (175,201,154). Sum of RGB (Red+Green+Blue) = 175+201+154=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC99A is #503665. Grayscale: #BCBCBC. Windows color (decimal): -5256806 or 10144175. OLE color: 10144175.

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

Color convert

RGB175201154-
CMYK0.1300.230.21
HSL93.19º30.32%69.61%-
HSV(B)93.19º23.38%78.82%-
XYZ44.453.2238.5-
YUV187.87108.89118.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=33.02%
G=37.92%
B=29.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011540.1300.230.2193.1930.3269.61
HexAFC99AD017155d1e46
Octal257311232150272513536106
Binary1010111111001001100110101101010111101011011101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC99A; }

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

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

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

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

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

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

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

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