#AFC199

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

Shades of Sprout #AFC199

Tints of Sprout #AFC199

Color information

#AFC199 (or 0xAFC199) is unknown color: approx Sprout. HEX triplet: AF, C1 and 99. RGB value is (175,193,153). Sum of RGB (Red+Green+Blue) = 175+193+153=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC199 is #503E66. Grayscale: #B7B7B7. Windows color (decimal): -5258855 or 10076591. OLE color: 10076591.

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

Color convert

RGB175193153-
CMYK0.0900.210.24
HSL87º24.39%67.84%-
HSV(B)87º20.73%75.69%-
XYZ42.549.5537.46-
YUV183.06111.04122.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=33.59%
G=37.04%
B=29.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931530.0900.210.248724.3967.84
HexAFC199901518571844
Octal257301231110253012730104
Binary1010111111000001100110011001010101110001010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC199; }

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

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

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

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

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

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

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

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