Shades of Conifer #AFE459
Tints of Conifer #AFE459
RGB
CMYK
RGB Variations
Color information
#AFE459 (or 0xAFE459) is known color: Conifer. HEX triplet: AF, E4 and 59. RGB value is (175,228,89). Sum of RGB (Red+Green+Blue) = 175+228+89=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE459 is #501BA6. Grayscale: #C4C4C4. Windows color (decimal): -5249959 or 5891247. OLE color: 5891247.
HSL color Cylindrical-coordinate representation of color #AFE459: hue angle of 82.88º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE459 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 89 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.11 |
| HSL | 82.88º | 0.72% | 0.62% | - |
| HSV(B) | 82.88º | 0.61% | 0.89% | - |
| XYZ | 47.23 | 65.32 | 19.57 | - |
| YUV | 196.31 | 67.44 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 89 | 0.23 | 0 | 0.61 | 0.11 | 82.88 | 0.72 | 0.62 |
| Hex | AF | E4 | 59 | 17 | 0 | 3D | B | 53 | 48 | 3E |
| Octal | 257 | 344 | 131 | 27 | 0 | 75 | 13 | 123 | 110 | 76 |
| Binary | 10101111 | 11100100 | 1011001 | 10111 | 0 | 111101 | 1011 | 1010011 | 1001000 | 111110 |
Color Harmonies of #AFE459
Complementary color
Monochromatic Colors of #AFE459
Black with #AFE459
Text Example
Text Example
White with #AFE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE459; }
p { color: rgb(175,228,89); }
H1.HeaderClassName
{
color: #AFE459;
}
.AnyTagClassName
{
color: #AFE459;
}
</style>
background-color css
<style>
a { background-color: #AFE459; }
a { background-color: rgb(175,228,89); }
div.DivClassName
{
background-color: #AFE459;
}
.BgClassName
{
background-color: #AFE459;
}
</style>
border-color css
<style>
span { border-color: #AFE459; }
span { border-color: rgb(175,228,89); }
td.TdClassName
{
border-color: #AFE459;
}
.TagClassName
{
border-color: #AFE459;
}
</style>