Shades of Conifer #ADE66D
Tints of Conifer #ADE66D
RGB
CMYK
RGB Variations
Color information
#ADE66D (or 0xADE66D) is known color: Conifer. HEX triplet: AD, E6 and 6D. RGB value is (173,230,109). Sum of RGB (Red+Green+Blue) = 173+230+109=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE66D is #521992. Grayscale: #C7C7C7. Windows color (decimal): -5380499 or 7202477. OLE color: 7202477.
HSL color Cylindrical-coordinate representation of color #ADE66D: hue angle of 88.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADE66D is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 109 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.10 |
| HSL | 88.26º | 0.71% | 0.66% | - |
| HSV(B) | 88.26º | 0.53% | 0.9% | - |
| XYZ | 48.29 | 66.58 | 24.77 | - |
| YUV | 199.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 109 | 0.25 | 0 | 0.53 | 0.10 | 88.26 | 0.71 | 0.66 |
| Hex | AD | E6 | 6D | 19 | 0 | 35 | A | 58 | 47 | 42 |
| Octal | 255 | 346 | 155 | 31 | 0 | 65 | 12 | 130 | 107 | 102 |
| Binary | 10101101 | 11100110 | 1101101 | 11001 | 0 | 110101 | 1010 | 1011000 | 1000111 | 1000010 |
Color Harmonies of #ADE66D
Complementary color
Monochromatic Colors of #ADE66D
Black with #ADE66D
Text Example
Text Example
White with #ADE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE66D; }
p { color: rgb(173,230,109); }
H1.HeaderClassName
{
color: #ADE66D;
}
.AnyTagClassName
{
color: #ADE66D;
}
</style>
background-color css
<style>
a { background-color: #ADE66D; }
a { background-color: rgb(173,230,109); }
div.DivClassName
{
background-color: #ADE66D;
}
.BgClassName
{
background-color: #ADE66D;
}
</style>
border-color css
<style>
span { border-color: #ADE66D; }
span { border-color: rgb(173,230,109); }
td.TdClassName
{
border-color: #ADE66D;
}
.TagClassName
{
border-color: #ADE66D;
}
</style>