#AFC39F

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

Shades of Sprout #AFC39F

Tints of Sprout #AFC39F

Color information

#AFC39F (or 0xAFC39F) is unknown color: approx Sprout. HEX triplet: AF, C3 and 9F. RGB value is (175,195,159). Sum of RGB (Red+Green+Blue) = 175+195+159=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39F is #503C60. Grayscale: #B9B9B9. Windows color (decimal): -5258337 or 10470319. OLE color: 10470319.

HSL color Cylindrical-coordinate representation of color #AFC39F: hue angle of 93.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC39F is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB175195159-
CMYK0.1000.180.24
HSL93.33º23.08%69.41%-
HSV(B)93.33º18.46%76.47%-
XYZ43.4550.6540.29-
YUV184.92113.37120.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 159 (62.5% from 255) = 30.06%
R=33.08%
G=36.86%
B=30.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951590.1000.180.2493.3323.0869.41
HexAFC39FA012185d1745
Octal257303237120223013527105
Binary1010111111000011100111111010010010110001011101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC39F; }

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

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

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

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

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

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

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

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