#AFC59F

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

Shades of Sprout #AFC59F

Tints of Sprout #AFC59F

Color information

#AFC59F (or 0xAFC59F) is unknown color: approx Sprout. HEX triplet: AF, C5 and 9F. RGB value is (175,197,159). Sum of RGB (Red+Green+Blue) = 175+197+159=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC59F is #503A60. Grayscale: #BABABA. Windows color (decimal): -5257825 or 10470831. OLE color: 10470831.

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

Color convert

RGB175197159-
CMYK0.1100.190.23
HSL94.74º24.68%69.8%-
HSV(B)94.74º19.29%77.25%-
XYZ43.951.5540.44-
YUV186.09112.71120.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=32.96%
G=37.10%
B=29.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971590.1100.190.2394.7424.6869.8
HexAFC59FB013175f1946
Octal257305237130232713731106
Binary1010111111000101100111111011010011101111011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC59F; }

 p { color: rgb(175,197,159); }

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

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

 a { background-color: rgb(175,197,159); }

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

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

 span { border-color: rgb(175,197,159); }

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