Shades of Conifer #ADE06A
Tints of Conifer #ADE06A
RGB
CMYK
RGB Variations
Color information
#ADE06A (or 0xADE06A) is known color: Conifer. HEX triplet: AD, E0 and 6A. RGB value is (173,224,106). Sum of RGB (Red+Green+Blue) = 173+224+106=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE06A is #521F95. Grayscale: #C3C3C3. Windows color (decimal): -5382038 or 7004333. OLE color: 7004333.
HSL color Cylindrical-coordinate representation of color #ADE06A: hue angle of 85.93º 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 #ADE06A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 106 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.12 |
| HSL | 85.93º | 0.66% | 0.65% | - |
| HSV(B) | 85.93º | 0.53% | 0.88% | - |
| XYZ | 46.49 | 63.24 | 23.39 | - |
| YUV | 195.3 | 77.6 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 106 | 0.23 | 0 | 0.53 | 0.12 | 85.93 | 0.66 | 0.65 |
| Hex | AD | E0 | 6A | 17 | 0 | 35 | C | 56 | 42 | 41 |
| Octal | 255 | 340 | 152 | 27 | 0 | 65 | 14 | 126 | 102 | 101 |
| Binary | 10101101 | 11100000 | 1101010 | 10111 | 0 | 110101 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #ADE06A
Complementary color
Monochromatic Colors of #ADE06A
Black with #ADE06A
Text Example
Text Example
White with #ADE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE06A; }
p { color: rgb(173,224,106); }
H1.HeaderClassName
{
color: #ADE06A;
}
.AnyTagClassName
{
color: #ADE06A;
}
</style>
background-color css
<style>
a { background-color: #ADE06A; }
a { background-color: rgb(173,224,106); }
div.DivClassName
{
background-color: #ADE06A;
}
.BgClassName
{
background-color: #ADE06A;
}
</style>
border-color css
<style>
span { border-color: #ADE06A; }
span { border-color: rgb(173,224,106); }
td.TdClassName
{
border-color: #ADE06A;
}
.TagClassName
{
border-color: #ADE06A;
}
</style>