Shades of Conifer #ADE76C
Tints of Conifer #ADE76C
RGB
CMYK
RGB Variations
Color information
#ADE76C (or 0xADE76C) is known color: Conifer. HEX triplet: AD, E7 and 6C. RGB value is (173,231,108). Sum of RGB (Red+Green+Blue) = 173+231+108=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE76C is #521893. Grayscale: #C8C8C8. Windows color (decimal): -5380244 or 7137197. OLE color: 7137197.
HSL color Cylindrical-coordinate representation of color #ADE76C: hue angle of 88.29º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE76C is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 108 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.09 |
| HSL | 88.29º | 0.72% | 0.66% | - |
| HSV(B) | 88.29º | 0.53% | 0.91% | - |
| XYZ | 48.52 | 67.12 | 24.59 | - |
| YUV | 199.64 | 76.28 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 108 | 0.25 | 0 | 0.53 | 0.09 | 88.29 | 0.72 | 0.66 |
| Hex | AD | E7 | 6C | 19 | 0 | 35 | 9 | 58 | 48 | 42 |
| Octal | 255 | 347 | 154 | 31 | 0 | 65 | 11 | 130 | 110 | 102 |
| Binary | 10101101 | 11100111 | 1101100 | 11001 | 0 | 110101 | 1001 | 1011000 | 1001000 | 1000010 |
Color Harmonies of #ADE76C
Complementary color
Monochromatic Colors of #ADE76C
Black with #ADE76C
Text Example
Text Example
White with #ADE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE76C; }
p { color: rgb(173,231,108); }
H1.HeaderClassName
{
color: #ADE76C;
}
.AnyTagClassName
{
color: #ADE76C;
}
</style>
background-color css
<style>
a { background-color: #ADE76C; }
a { background-color: rgb(173,231,108); }
div.DivClassName
{
background-color: #ADE76C;
}
.BgClassName
{
background-color: #ADE76C;
}
</style>
border-color css
<style>
span { border-color: #ADE76C; }
span { border-color: rgb(173,231,108); }
td.TdClassName
{
border-color: #ADE76C;
}
.TagClassName
{
border-color: #ADE76C;
}
</style>