#AFC999

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

Shades of Sprout #AFC999

Tints of Sprout #AFC999

Color information

#AFC999 (or 0xAFC999) is unknown color: approx Sprout. HEX triplet: AF, C9 and 99. RGB value is (175,201,153). Sum of RGB (Red+Green+Blue) = 175+201+153=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC999 is #503666. Grayscale: #BBBBBB. Windows color (decimal): -5256807 or 10078639. OLE color: 10078639.

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

Color convert

RGB175201153-
CMYK0.1300.240.21
HSL92.5º30.77%69.41%-
HSV(B)92.5º23.88%78.82%-
XYZ44.3253.1938.07-
YUV187.75108.39118.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=33.08%
G=38.00%
B=28.92%

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
Decimal1752011530.1300.240.2192.530.7769.41
HexAFC999D018155c1f45
Octal257311231150302513437105
Binary1010111111001001100110011101011000101011011100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC999; }

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

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

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

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

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

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

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

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