Shades of Conifer #ADF24E
Tints of Conifer #ADF24E
RGB
CMYK
RGB Variations
Color information
#ADF24E (or 0xADF24E) is known color: Conifer. HEX triplet: AD, F2 and 4E. RGB value is (173,242,78). Sum of RGB (Red+Green+Blue) = 173+242+78=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF24E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF24E is #520DB1. Grayscale: #CBCBCB. Windows color (decimal): -5377458 or 5173933. OLE color: 5173933.
HSL color Cylindrical-coordinate representation of color #ADF24E: hue angle of 85.24º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADF24E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 78 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.05 |
| HSL | 85.24º | 0.86% | 0.63% | - |
| HSV(B) | 85.24º | 0.68% | 0.95% | - |
| XYZ | 50.36 | 72.94 | 18.63 | - |
| YUV | 202.67 | 57.64 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 78 | 0.29 | 0 | 0.68 | 0.05 | 85.24 | 0.86 | 0.63 |
| Hex | AD | F2 | 4E | 1D | 0 | 44 | 5 | 55 | 56 | 3F |
| Octal | 255 | 362 | 116 | 35 | 0 | 104 | 5 | 125 | 126 | 77 |
| Binary | 10101101 | 11110010 | 1001110 | 11101 | 0 | 1000100 | 101 | 1010101 | 1010110 | 111111 |
Color Harmonies of #ADF24E
Complementary color
Monochromatic Colors of #ADF24E
Black with #ADF24E
Text Example
Text Example
White with #ADF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF24E; }
p { color: rgb(173,242,78); }
H1.HeaderClassName
{
color: #ADF24E;
}
.AnyTagClassName
{
color: #ADF24E;
}
</style>
background-color css
<style>
a { background-color: #ADF24E; }
a { background-color: rgb(173,242,78); }
div.DivClassName
{
background-color: #ADF24E;
}
.BgClassName
{
background-color: #ADF24E;
}
</style>
border-color css
<style>
span { border-color: #ADF24E; }
span { border-color: rgb(173,242,78); }
td.TdClassName
{
border-color: #ADF24E;
}
.TagClassName
{
border-color: #ADF24E;
}
</style>