Shades of Conifer #ADF55E
Tints of Conifer #ADF55E
RGB
CMYK
RGB Variations
Color information
#ADF55E (or 0xADF55E) is known color: Conifer. HEX triplet: AD, F5 and 5E. RGB value is (173,245,94). Sum of RGB (Red+Green+Blue) = 173+245+94=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF55E is #520AA1. Grayscale: #CECECE. Windows color (decimal): -5376674 or 6223277. OLE color: 6223277.
HSL color Cylindrical-coordinate representation of color #ADF55E: hue angle of 88.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF55E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 94 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.04 |
| HSL | 88.61º | 0.88% | 0.66% | - |
| HSV(B) | 88.61º | 0.62% | 0.96% | - |
| XYZ | 51.91 | 75 | 22.33 | - |
| YUV | 206.26 | 64.65 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 94 | 0.29 | 0 | 0.62 | 0.04 | 88.61 | 0.88 | 0.66 |
| Hex | AD | F5 | 5E | 1D | 0 | 3E | 4 | 59 | 58 | 42 |
| Octal | 255 | 365 | 136 | 35 | 0 | 76 | 4 | 131 | 130 | 102 |
| Binary | 10101101 | 11110101 | 1011110 | 11101 | 0 | 111110 | 100 | 1011001 | 1011000 | 1000010 |
Color Harmonies of #ADF55E
Complementary color
Monochromatic Colors of #ADF55E
Black with #ADF55E
Text Example
Text Example
White with #ADF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF55E; }
p { color: rgb(173,245,94); }
H1.HeaderClassName
{
color: #ADF55E;
}
.AnyTagClassName
{
color: #ADF55E;
}
</style>
background-color css
<style>
a { background-color: #ADF55E; }
a { background-color: rgb(173,245,94); }
div.DivClassName
{
background-color: #ADF55E;
}
.BgClassName
{
background-color: #ADF55E;
}
</style>
border-color css
<style>
span { border-color: #ADF55E; }
span { border-color: rgb(173,245,94); }
td.TdClassName
{
border-color: #ADF55E;
}
.TagClassName
{
border-color: #ADF55E;
}
</style>