Shades of Conifer #AFE044
Tints of Conifer #AFE044
RGB
CMYK
RGB Variations
Color information
#AFE044 (or 0xAFE044) is known color: Conifer. HEX triplet: AF, E0 and 44. RGB value is (175,224,68). Sum of RGB (Red+Green+Blue) = 175+224+68=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE044 is #501FBB. Grayscale: #C0C0C0. Windows color (decimal): -5251004 or 4513967. OLE color: 4513967.
HSL color Cylindrical-coordinate representation of color #AFE044: hue angle of 78.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFE044 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 68 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.12 |
| HSL | 78.85º | 0.72% | 0.57% | - |
| HSV(B) | 78.85º | 0.7% | 0.88% | - |
| XYZ | 45.38 | 62.84 | 15.21 | - |
| YUV | 191.57 | 58.27 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 68 | 0.22 | 0 | 0.70 | 0.12 | 78.85 | 0.72 | 0.57 |
| Hex | AF | E0 | 44 | 16 | 0 | 46 | C | 4F | 48 | 39 |
| Octal | 257 | 340 | 104 | 26 | 0 | 106 | 14 | 117 | 110 | 71 |
| Binary | 10101111 | 11100000 | 1000100 | 10110 | 0 | 1000110 | 1100 | 1001111 | 1001000 | 111001 |
Color Harmonies of #AFE044
Complementary color
Monochromatic Colors of #AFE044
Black with #AFE044
Text Example
Text Example
White with #AFE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE044; }
p { color: rgb(175,224,68); }
H1.HeaderClassName
{
color: #AFE044;
}
.AnyTagClassName
{
color: #AFE044;
}
</style>
background-color css
<style>
a { background-color: #AFE044; }
a { background-color: rgb(175,224,68); }
div.DivClassName
{
background-color: #AFE044;
}
.BgClassName
{
background-color: #AFE044;
}
</style>
border-color css
<style>
span { border-color: #AFE044; }
span { border-color: rgb(175,224,68); }
td.TdClassName
{
border-color: #AFE044;
}
.TagClassName
{
border-color: #AFE044;
}
</style>