Shades of Conifer #ADF85E
Tints of Conifer #ADF85E
RGB
CMYK
RGB Variations
Color information
#ADF85E (or 0xADF85E) is known color: Conifer. HEX triplet: AD, F8 and 5E. RGB value is (173,248,94). Sum of RGB (Red+Green+Blue) = 173+248+94=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF85E is #5207A1. Grayscale: #D0D0D0. Windows color (decimal): -5375906 or 6224045. OLE color: 6224045.
HSL color Cylindrical-coordinate representation of color #ADF85E: hue angle of 89.22º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF85E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.03 |
| HSL | 89.22º | 0.92% | 0.67% | - |
| HSV(B) | 89.22º | 0.62% | 0.97% | - |
| XYZ | 52.82 | 76.83 | 22.63 | - |
| YUV | 208.02 | 63.65 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 94 | 0.30 | 0 | 0.62 | 0.03 | 89.22 | 0.92 | 0.67 |
| Hex | AD | F8 | 5E | 1E | 0 | 3E | 3 | 59 | 5C | 43 |
| Octal | 255 | 370 | 136 | 36 | 0 | 76 | 3 | 131 | 134 | 103 |
| Binary | 10101101 | 11111000 | 1011110 | 11110 | 0 | 111110 | 11 | 1011001 | 1011100 | 1000011 |
Color Harmonies of #ADF85E
Complementary color
Monochromatic Colors of #ADF85E
Black with #ADF85E
Text Example
Text Example
White with #ADF85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF85E; }
p { color: rgb(173,248,94); }
H1.HeaderClassName
{
color: #ADF85E;
}
.AnyTagClassName
{
color: #ADF85E;
}
</style>
background-color css
<style>
a { background-color: #ADF85E; }
a { background-color: rgb(173,248,94); }
div.DivClassName
{
background-color: #ADF85E;
}
.BgClassName
{
background-color: #ADF85E;
}
</style>
border-color css
<style>
span { border-color: #ADF85E; }
span { border-color: rgb(173,248,94); }
td.TdClassName
{
border-color: #ADF85E;
}
.TagClassName
{
border-color: #ADF85E;
}
</style>