#AFC899

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

Shades of Sprout #AFC899

Tints of Sprout #AFC899

Color information

#AFC899 (or 0xAFC899) is unknown color: approx Sprout. HEX triplet: AF, C8 and 99. RGB value is (175,200,153). Sum of RGB (Red+Green+Blue) = 175+200+153=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC899 is #503766. Grayscale: #BBBBBB. Windows color (decimal): -5257063 or 10078383. OLE color: 10078383.

HSL color Cylindrical-coordinate representation of color #AFC899: hue angle of 91.91º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFC899 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB175200153-
CMYK0.1200.240.22
HSL91.91º29.94%69.22%-
HSV(B)91.91º23.5%78.43%-
XYZ44.0852.7237.99-
YUV187.17108.72119.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=33.14%
G=37.88%
B=28.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001530.1200.240.2291.9129.9469.22
HexAFC899C018165c1e45
Octal257310231140302613436105
Binary1010111111001000100110011100011000101101011100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC899; }

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

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

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

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

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

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

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

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