Shades of Conifer #ADF762
Tints of Conifer #ADF762
RGB
CMYK
RGB Variations
Color information
#ADF762 (or 0xADF762) is known color: Conifer. HEX triplet: AD, F7 and 62. RGB value is (173,247,98). Sum of RGB (Red+Green+Blue) = 173+247+98=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF762 is #52089D. Grayscale: #D0D0D0. Windows color (decimal): -5376158 or 6485933. OLE color: 6485933.
HSL color Cylindrical-coordinate representation of color #ADF762: hue angle of 89.8º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF762 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.03 |
| HSL | 89.8º | 0.9% | 0.68% | - |
| HSV(B) | 89.8º | 0.6% | 0.97% | - |
| XYZ | 52.7 | 76.29 | 23.5 | - |
| YUV | 207.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 98 | 0.30 | 0 | 0.60 | 0.03 | 89.8 | 0.9 | 0.68 |
| Hex | AD | F7 | 62 | 1E | 0 | 3C | 3 | 5A | 5A | 44 |
| Octal | 255 | 367 | 142 | 36 | 0 | 74 | 3 | 132 | 132 | 104 |
| Binary | 10101101 | 11110111 | 1100010 | 11110 | 0 | 111100 | 11 | 1011010 | 1011010 | 1000100 |
Color Harmonies of #ADF762
Complementary color
Monochromatic Colors of #ADF762
Black with #ADF762
Text Example
Text Example
White with #ADF762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF762; }
p { color: rgb(173,247,98); }
H1.HeaderClassName
{
color: #ADF762;
}
.AnyTagClassName
{
color: #ADF762;
}
</style>
background-color css
<style>
a { background-color: #ADF762; }
a { background-color: rgb(173,247,98); }
div.DivClassName
{
background-color: #ADF762;
}
.BgClassName
{
background-color: #ADF762;
}
</style>
border-color css
<style>
span { border-color: #ADF762; }
span { border-color: rgb(173,247,98); }
td.TdClassName
{
border-color: #ADF762;
}
.TagClassName
{
border-color: #ADF762;
}
</style>