Shades of Conifer #ADF162
Tints of Conifer #ADF162
RGB
CMYK
RGB Variations
Color information
#ADF162 (or 0xADF162) is known color: Conifer. HEX triplet: AD, F1 and 62. RGB value is (173,241,98). Sum of RGB (Red+Green+Blue) = 173+241+98=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF162 is #520E9D. Grayscale: #CCCCCC. Windows color (decimal): -5377694 or 6484397. OLE color: 6484397.
HSL color Cylindrical-coordinate representation of color #ADF162: hue angle of 88.53º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF162 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 98 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.05 |
| HSL | 88.53º | 0.84% | 0.66% | - |
| HSV(B) | 88.53º | 0.59% | 0.95% | - |
| XYZ | 50.89 | 72.68 | 22.9 | - |
| YUV | 204.37 | 67.97 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 98 | 0.28 | 0 | 0.59 | 0.05 | 88.53 | 0.84 | 0.66 |
| Hex | AD | F1 | 62 | 1C | 0 | 3B | 5 | 59 | 54 | 42 |
| Octal | 255 | 361 | 142 | 34 | 0 | 73 | 5 | 131 | 124 | 102 |
| Binary | 10101101 | 11110001 | 1100010 | 11100 | 0 | 111011 | 101 | 1011001 | 1010100 | 1000010 |
Color Harmonies of #ADF162
Complementary color
Monochromatic Colors of #ADF162
Black with #ADF162
Text Example
Text Example
White with #ADF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF162; }
p { color: rgb(173,241,98); }
H1.HeaderClassName
{
color: #ADF162;
}
.AnyTagClassName
{
color: #ADF162;
}
</style>
background-color css
<style>
a { background-color: #ADF162; }
a { background-color: rgb(173,241,98); }
div.DivClassName
{
background-color: #ADF162;
}
.BgClassName
{
background-color: #ADF162;
}
</style>
border-color css
<style>
span { border-color: #ADF162; }
span { border-color: rgb(173,241,98); }
td.TdClassName
{
border-color: #ADF162;
}
.TagClassName
{
border-color: #ADF162;
}
</style>