Shades of Conifer #ADF84E
Tints of Conifer #ADF84E
RGB
CMYK
RGB Variations
Color information
#ADF84E (or 0xADF84E) is known color: Conifer. HEX triplet: AD, F8 and 4E. RGB value is (173,248,78). Sum of RGB (Red+Green+Blue) = 173+248+78=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF84E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF84E is #5207B1. Grayscale: #CECECE. Windows color (decimal): -5375922 or 5175469. OLE color: 5175469.
HSL color Cylindrical-coordinate representation of color #ADF84E: hue angle of 86.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADF84E is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 78 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.03 |
| HSL | 86.47º | 0.92% | 0.64% | - |
| HSV(B) | 86.47º | 0.69% | 0.97% | - |
| XYZ | 52.18 | 76.57 | 19.24 | - |
| YUV | 206.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 78 | 0.30 | 0 | 0.69 | 0.03 | 86.47 | 0.92 | 0.64 |
| Hex | AD | F8 | 4E | 1E | 0 | 45 | 3 | 56 | 5C | 40 |
| Octal | 255 | 370 | 116 | 36 | 0 | 105 | 3 | 126 | 134 | 100 |
| Binary | 10101101 | 11111000 | 1001110 | 11110 | 0 | 1000101 | 11 | 1010110 | 1011100 | 1000000 |
Color Harmonies of #ADF84E
Complementary color
Monochromatic Colors of #ADF84E
Black with #ADF84E
Text Example
Text Example
White with #ADF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF84E; }
p { color: rgb(173,248,78); }
H1.HeaderClassName
{
color: #ADF84E;
}
.AnyTagClassName
{
color: #ADF84E;
}
</style>
background-color css
<style>
a { background-color: #ADF84E; }
a { background-color: rgb(173,248,78); }
div.DivClassName
{
background-color: #ADF84E;
}
.BgClassName
{
background-color: #ADF84E;
}
</style>
border-color css
<style>
span { border-color: #ADF84E; }
span { border-color: rgb(173,248,78); }
td.TdClassName
{
border-color: #ADF84E;
}
.TagClassName
{
border-color: #ADF84E;
}
</style>