Shades of Conifer #ADE46C
Tints of Conifer #ADE46C
RGB
CMYK
RGB Variations
Color information
#ADE46C (or 0xADE46C) is known color: Conifer. HEX triplet: AD, E4 and 6C. RGB value is (173,228,108). Sum of RGB (Red+Green+Blue) = 173+228+108=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE46C is #521B93. Grayscale: #C6C6C6. Windows color (decimal): -5381012 or 7136429. OLE color: 7136429.
HSL color Cylindrical-coordinate representation of color #ADE46C: hue angle of 87.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE46C is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 108 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.11 |
| HSL | 87.5º | 0.69% | 0.66% | - |
| HSV(B) | 87.5º | 0.53% | 0.89% | - |
| XYZ | 47.68 | 65.45 | 24.31 | - |
| YUV | 197.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 108 | 0.24 | 0 | 0.53 | 0.11 | 87.5 | 0.69 | 0.66 |
| Hex | AD | E4 | 6C | 18 | 0 | 35 | B | 57 | 45 | 42 |
| Octal | 255 | 344 | 154 | 30 | 0 | 65 | 13 | 127 | 105 | 102 |
| Binary | 10101101 | 11100100 | 1101100 | 11000 | 0 | 110101 | 1011 | 1010111 | 1000101 | 1000010 |
Color Harmonies of #ADE46C
Complementary color
Monochromatic Colors of #ADE46C
Black with #ADE46C
Text Example
Text Example
White with #ADE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE46C; }
p { color: rgb(173,228,108); }
H1.HeaderClassName
{
color: #ADE46C;
}
.AnyTagClassName
{
color: #ADE46C;
}
</style>
background-color css
<style>
a { background-color: #ADE46C; }
a { background-color: rgb(173,228,108); }
div.DivClassName
{
background-color: #ADE46C;
}
.BgClassName
{
background-color: #ADE46C;
}
</style>
border-color css
<style>
span { border-color: #ADE46C; }
span { border-color: rgb(173,228,108); }
td.TdClassName
{
border-color: #ADE46C;
}
.TagClassName
{
border-color: #ADE46C;
}
</style>