Shades of Conifer #AFE049
Tints of Conifer #AFE049
RGB
CMYK
RGB Variations
Color information
#AFE049 (or 0xAFE049) is known color: Conifer. HEX triplet: AF, E0 and 49. RGB value is (175,224,73). Sum of RGB (Red+Green+Blue) = 175+224+73=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE049 is #501FB6. Grayscale: #C0C0C0. Windows color (decimal): -5250999 or 4841647. OLE color: 4841647.
HSL color Cylindrical-coordinate representation of color #AFE049: hue angle of 79.47º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE049 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 73 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.12 |
| HSL | 79.47º | 0.71% | 0.58% | - |
| HSV(B) | 79.47º | 0.67% | 0.88% | - |
| XYZ | 45.54 | 62.91 | 16.05 | - |
| YUV | 192.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 73 | 0.22 | 0 | 0.67 | 0.12 | 79.47 | 0.71 | 0.58 |
| Hex | AF | E0 | 49 | 16 | 0 | 43 | C | 4F | 47 | 3A |
| Octal | 257 | 340 | 111 | 26 | 0 | 103 | 14 | 117 | 107 | 72 |
| Binary | 10101111 | 11100000 | 1001001 | 10110 | 0 | 1000011 | 1100 | 1001111 | 1000111 | 111010 |
Color Harmonies of #AFE049
Complementary color
Monochromatic Colors of #AFE049
Black with #AFE049
Text Example
Text Example
White with #AFE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE049; }
p { color: rgb(175,224,73); }
H1.HeaderClassName
{
color: #AFE049;
}
.AnyTagClassName
{
color: #AFE049;
}
</style>
background-color css
<style>
a { background-color: #AFE049; }
a { background-color: rgb(175,224,73); }
div.DivClassName
{
background-color: #AFE049;
}
.BgClassName
{
background-color: #AFE049;
}
</style>
border-color css
<style>
span { border-color: #AFE049; }
span { border-color: rgb(175,224,73); }
td.TdClassName
{
border-color: #AFE049;
}
.TagClassName
{
border-color: #AFE049;
}
</style>