Shades of Conifer #ADD06A
Tints of Conifer #ADD06A
RGB
CMYK
RGB Variations
Color information
#ADD06A (or 0xADD06A) is known color: Conifer. HEX triplet: AD, D0 and 6A. RGB value is (173,208,106). Sum of RGB (Red+Green+Blue) = 173+208+106=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD06A is #522F95. Grayscale: #BABABA. Windows color (decimal): -5386134 or 7000237. OLE color: 7000237.
HSL color Cylindrical-coordinate representation of color #ADD06A: hue angle of 80.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD06A is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 106 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.18 |
| HSL | 80.59º | 0.52% | 0.62% | - |
| HSV(B) | 80.59º | 0.49% | 0.82% | - |
| XYZ | 42.39 | 55.04 | 22.02 | - |
| YUV | 185.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 106 | 0.17 | 0 | 0.49 | 0.18 | 80.59 | 0.52 | 0.62 |
| Hex | AD | D0 | 6A | 11 | 0 | 31 | 12 | 51 | 34 | 3E |
| Octal | 255 | 320 | 152 | 21 | 0 | 61 | 22 | 121 | 64 | 76 |
| Binary | 10101101 | 11010000 | 1101010 | 10001 | 0 | 110001 | 10010 | 1010001 | 110100 | 111110 |
Color Harmonies of #ADD06A
Complementary color
Monochromatic Colors of #ADD06A
Black with #ADD06A
Text Example
Text Example
White with #ADD06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD06A; }
p { color: rgb(173,208,106); }
H1.HeaderClassName
{
color: #ADD06A;
}
.AnyTagClassName
{
color: #ADD06A;
}
</style>
background-color css
<style>
a { background-color: #ADD06A; }
a { background-color: rgb(173,208,106); }
div.DivClassName
{
background-color: #ADD06A;
}
.BgClassName
{
background-color: #ADD06A;
}
</style>
border-color css
<style>
span { border-color: #ADD06A; }
span { border-color: rgb(173,208,106); }
td.TdClassName
{
border-color: #ADD06A;
}
.TagClassName
{
border-color: #ADD06A;
}
</style>