Shades of Conifer #ADE66A
Tints of Conifer #ADE66A
RGB
CMYK
RGB Variations
Color information
#ADE66A (or 0xADE66A) is known color: Conifer. HEX triplet: AD, E6 and 6A. RGB value is (173,230,106). Sum of RGB (Red+Green+Blue) = 173+230+106=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE66A is #521995. Grayscale: #C7C7C7. Windows color (decimal): -5380502 or 7005869. OLE color: 7005869.
HSL color Cylindrical-coordinate representation of color #ADE66A: hue angle of 87.58º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADE66A is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 106 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.10 |
| HSL | 87.58º | 0.71% | 0.66% | - |
| HSV(B) | 87.58º | 0.54% | 0.9% | - |
| XYZ | 48.13 | 66.52 | 23.94 | - |
| YUV | 198.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 106 | 0.25 | 0 | 0.54 | 0.10 | 87.58 | 0.71 | 0.66 |
| Hex | AD | E6 | 6A | 19 | 0 | 36 | A | 58 | 47 | 42 |
| Octal | 255 | 346 | 152 | 31 | 0 | 66 | 12 | 130 | 107 | 102 |
| Binary | 10101101 | 11100110 | 1101010 | 11001 | 0 | 110110 | 1010 | 1011000 | 1000111 | 1000010 |
Color Harmonies of #ADE66A
Complementary color
Monochromatic Colors of #ADE66A
Black with #ADE66A
Text Example
Text Example
White with #ADE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE66A; }
p { color: rgb(173,230,106); }
H1.HeaderClassName
{
color: #ADE66A;
}
.AnyTagClassName
{
color: #ADE66A;
}
</style>
background-color css
<style>
a { background-color: #ADE66A; }
a { background-color: rgb(173,230,106); }
div.DivClassName
{
background-color: #ADE66A;
}
.BgClassName
{
background-color: #ADE66A;
}
</style>
border-color css
<style>
span { border-color: #ADE66A; }
span { border-color: rgb(173,230,106); }
td.TdClassName
{
border-color: #ADE66A;
}
.TagClassName
{
border-color: #ADE66A;
}
</style>