#AFC099

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

Shades of Sprout #AFC099

Tints of Sprout #AFC099

Color information

#AFC099 (or 0xAFC099) is unknown color: approx Sprout. HEX triplet: AF, C0 and 99. RGB value is (175,192,153). Sum of RGB (Red+Green+Blue) = 175+192+153=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC099 is #503F66. Grayscale: #B6B6B6. Windows color (decimal): -5259111 or 10076335. OLE color: 10076335.

HSL color Cylindrical-coordinate representation of color #AFC099: hue angle of 86.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC099 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB175192153-
CMYK0.0900.200.25
HSL86.15º23.64%67.65%-
HSV(B)86.15º20.31%75.29%-
XYZ42.2849.1137.39-
YUV182.47111.37122.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=33.65%
G=36.92%
B=29.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921530.0900.200.2586.1523.6467.65
HexAFC099901419561844
Octal257300231110243112630104
Binary1010111111000000100110011001010100110011010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC099; }

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

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

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

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

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

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

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

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