#AFC499

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

Shades of Sprout #AFC499

Tints of Sprout #AFC499

Color information

#AFC499 (or 0xAFC499) is unknown color: approx Sprout. HEX triplet: AF, C4 and 99. RGB value is (175,196,153). Sum of RGB (Red+Green+Blue) = 175+196+153=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC499 is #503B66. Grayscale: #B8B8B8. Windows color (decimal): -5258087 or 10077359. OLE color: 10077359.

HSL color Cylindrical-coordinate representation of color #AFC499: hue angle of 89.3º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFC499 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB175196153-
CMYK0.1100.220.23
HSL89.3º26.71%68.43%-
HSV(B)89.3º21.94%76.86%-
XYZ43.1750.8937.69-
YUV184.82110.04121-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=33.40%
G=37.40%
B=29.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961530.1100.220.2389.326.7168.43
HexAFC499B01617591b44
Octal257304231130262713133104
Binary1010111111000100100110011011010110101111011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC499; }

 p { color: rgb(175,196,153); }

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

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

 a { background-color: rgb(175,196,153); }

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

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

 span { border-color: rgb(175,196,153); }

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