Shades of Conifer #ADF962
Tints of Conifer #ADF962
RGB
CMYK
RGB Variations
Color information
#ADF962 (or 0xADF962) is known color: Conifer. HEX triplet: AD, F9 and 62. RGB value is (173,249,98). Sum of RGB (Red+Green+Blue) = 173+249+98=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF962 is #52069D. Grayscale: #D1D1D1. Windows color (decimal): -5375646 or 6486445. OLE color: 6486445.
HSL color Cylindrical-coordinate representation of color #ADF962: hue angle of 90.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF962 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 98 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.02 |
| HSL | 90.2º | 0.93% | 0.68% | - |
| HSV(B) | 90.2º | 0.61% | 0.98% | - |
| XYZ | 53.31 | 77.52 | 23.71 | - |
| YUV | 209.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 98 | 0.31 | 0 | 0.61 | 0.02 | 90.2 | 0.93 | 0.68 |
| Hex | AD | F9 | 62 | 1F | 0 | 3D | 2 | 5A | 5D | 44 |
| Octal | 255 | 371 | 142 | 37 | 0 | 75 | 2 | 132 | 135 | 104 |
| Binary | 10101101 | 11111001 | 1100010 | 11111 | 0 | 111101 | 10 | 1011010 | 1011101 | 1000100 |
Color Harmonies of #ADF962
Complementary color
Monochromatic Colors of #ADF962
Black with #ADF962
Text Example
Text Example
White with #ADF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF962; }
p { color: rgb(173,249,98); }
H1.HeaderClassName
{
color: #ADF962;
}
.AnyTagClassName
{
color: #ADF962;
}
</style>
background-color css
<style>
a { background-color: #ADF962; }
a { background-color: rgb(173,249,98); }
div.DivClassName
{
background-color: #ADF962;
}
.BgClassName
{
background-color: #ADF962;
}
</style>
border-color css
<style>
span { border-color: #ADF962; }
span { border-color: rgb(173,249,98); }
td.TdClassName
{
border-color: #ADF962;
}
.TagClassName
{
border-color: #ADF962;
}
</style>