#AFC39A

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

Shades of Sprout #AFC39A

Tints of Sprout #AFC39A

Color information

#AFC39A (or 0xAFC39A) is unknown color: approx Sprout. HEX triplet: AF, C3 and 9A. RGB value is (175,195,154). Sum of RGB (Red+Green+Blue) = 175+195+154=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC39A is #503C65. Grayscale: #B8B8B8. Windows color (decimal): -5258342 or 10142639. OLE color: 10142639.

HSL color Cylindrical-coordinate representation of color #AFC39A: hue angle of 89.27º degrees, saturation: 0.25, 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 #AFC39A is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB175195154-
CMYK0.1000.210.24
HSL89.27º25.47%68.43%-
HSV(B)89.27º21.03%76.47%-
XYZ43.0350.4838.05-
YUV184.35110.87121.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 37.21%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=33.40%
G=37.21%
B=29.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951540.1000.210.2489.2725.4768.43
HexAFC39AA01518591944
Octal257303232120253013131104
Binary1010111111000011100110101010010101110001011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC39A; }

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

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

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

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

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

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

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

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