Shades of Conifer #ADF14E
Tints of Conifer #ADF14E
RGB
CMYK
RGB Variations
Color information
#ADF14E (or 0xADF14E) is known color: Conifer. HEX triplet: AD, F1 and 4E. RGB value is (173,241,78). Sum of RGB (Red+Green+Blue) = 173+241+78=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF14E is #520EB1. Grayscale: #CACACA. Windows color (decimal): -5377714 or 5173677. OLE color: 5173677.
HSL color Cylindrical-coordinate representation of color #ADF14E: hue angle of 85.03º degrees, saturation: 0.85, 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 #ADF14E is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 78 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.05 |
| HSL | 85.03º | 0.85% | 0.63% | - |
| HSV(B) | 85.03º | 0.68% | 0.95% | - |
| XYZ | 50.06 | 72.34 | 18.53 | - |
| YUV | 202.09 | 57.97 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 78 | 0.28 | 0 | 0.68 | 0.05 | 85.03 | 0.85 | 0.63 |
| Hex | AD | F1 | 4E | 1C | 0 | 44 | 5 | 55 | 55 | 3F |
| Octal | 255 | 361 | 116 | 34 | 0 | 104 | 5 | 125 | 125 | 77 |
| Binary | 10101101 | 11110001 | 1001110 | 11100 | 0 | 1000100 | 101 | 1010101 | 1010101 | 111111 |
Color Harmonies of #ADF14E
Complementary color
Monochromatic Colors of #ADF14E
Black with #ADF14E
Text Example
Text Example
White with #ADF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF14E; }
p { color: rgb(173,241,78); }
H1.HeaderClassName
{
color: #ADF14E;
}
.AnyTagClassName
{
color: #ADF14E;
}
</style>
background-color css
<style>
a { background-color: #ADF14E; }
a { background-color: rgb(173,241,78); }
div.DivClassName
{
background-color: #ADF14E;
}
.BgClassName
{
background-color: #ADF14E;
}
</style>
border-color css
<style>
span { border-color: #ADF14E; }
span { border-color: rgb(173,241,78); }
td.TdClassName
{
border-color: #ADF14E;
}
.TagClassName
{
border-color: #ADF14E;
}
</style>