Shades of Conifer #ADE24F
Tints of Conifer #ADE24F
RGB
CMYK
RGB Variations
Color information
#ADE24F (or 0xADE24F) is known color: Conifer. HEX triplet: AD, E2 and 4F. RGB value is (173,226,79). Sum of RGB (Red+Green+Blue) = 173+226+79=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE24F is #521DB0. Grayscale: #C1C1C1. Windows color (decimal): -5381553 or 5235373. OLE color: 5235373.
HSL color Cylindrical-coordinate representation of color #ADE24F: hue angle of 81.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE24F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 79 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.11 |
| HSL | 81.63º | 0.72% | 0.6% | - |
| HSV(B) | 81.63º | 0.65% | 0.89% | - |
| XYZ | 45.84 | 63.84 | 17.3 | - |
| YUV | 193.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 79 | 0.23 | 0 | 0.65 | 0.11 | 81.63 | 0.72 | 0.6 |
| Hex | AD | E2 | 4F | 17 | 0 | 41 | B | 52 | 48 | 3C |
| Octal | 255 | 342 | 117 | 27 | 0 | 101 | 13 | 122 | 110 | 74 |
| Binary | 10101101 | 11100010 | 1001111 | 10111 | 0 | 1000001 | 1011 | 1010010 | 1001000 | 111100 |
Color Harmonies of #ADE24F
Complementary color
Monochromatic Colors of #ADE24F
Black with #ADE24F
Text Example
Text Example
White with #ADE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE24F; }
p { color: rgb(173,226,79); }
H1.HeaderClassName
{
color: #ADE24F;
}
.AnyTagClassName
{
color: #ADE24F;
}
</style>
background-color css
<style>
a { background-color: #ADE24F; }
a { background-color: rgb(173,226,79); }
div.DivClassName
{
background-color: #ADE24F;
}
.BgClassName
{
background-color: #ADE24F;
}
</style>
border-color css
<style>
span { border-color: #ADE24F; }
span { border-color: rgb(173,226,79); }
td.TdClassName
{
border-color: #ADE24F;
}
.TagClassName
{
border-color: #ADE24F;
}
</style>