Shades of Conifer #ADE16A
Tints of Conifer #ADE16A
RGB
CMYK
RGB Variations
Color information
#ADE16A (or 0xADE16A) is known color: Conifer. HEX triplet: AD, E1 and 6A. RGB value is (173,225,106). Sum of RGB (Red+Green+Blue) = 173+225+106=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE16A is #521E95. Grayscale: #C4C4C4. Windows color (decimal): -5381782 or 7004589. OLE color: 7004589.
HSL color Cylindrical-coordinate representation of color #ADE16A: hue angle of 86.22º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE16A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 106 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.12 |
| HSL | 86.22º | 0.66% | 0.65% | - |
| HSV(B) | 86.22º | 0.53% | 0.88% | - |
| XYZ | 46.76 | 63.78 | 23.48 | - |
| YUV | 195.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 106 | 0.23 | 0 | 0.53 | 0.12 | 86.22 | 0.66 | 0.65 |
| Hex | AD | E1 | 6A | 17 | 0 | 35 | C | 56 | 42 | 41 |
| Octal | 255 | 341 | 152 | 27 | 0 | 65 | 14 | 126 | 102 | 101 |
| Binary | 10101101 | 11100001 | 1101010 | 10111 | 0 | 110101 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #ADE16A
Complementary color
Monochromatic Colors of #ADE16A
Black with #ADE16A
Text Example
Text Example
White with #ADE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE16A; }
p { color: rgb(173,225,106); }
H1.HeaderClassName
{
color: #ADE16A;
}
.AnyTagClassName
{
color: #ADE16A;
}
</style>
background-color css
<style>
a { background-color: #ADE16A; }
a { background-color: rgb(173,225,106); }
div.DivClassName
{
background-color: #ADE16A;
}
.BgClassName
{
background-color: #ADE16A;
}
</style>
border-color css
<style>
span { border-color: #ADE16A; }
span { border-color: rgb(173,225,106); }
td.TdClassName
{
border-color: #ADE16A;
}
.TagClassName
{
border-color: #ADE16A;
}
</style>