Shades of Conifer #ADE666
Tints of Conifer #ADE666
RGB
CMYK
RGB Variations
Color information
#ADE666 (or 0xADE666) is known color: Conifer. HEX triplet: AD, E6 and 66. RGB value is (173,230,102). Sum of RGB (Red+Green+Blue) = 173+230+102=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE666 is #521999. Grayscale: #C6C6C6. Windows color (decimal): -5380506 or 6743725. OLE color: 6743725.
HSL color Cylindrical-coordinate representation of color #ADE666: hue angle of 86.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADE666 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 102 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.10 |
| HSL | 86.72º | 0.72% | 0.65% | - |
| HSV(B) | 86.72º | 0.56% | 0.9% | - |
| XYZ | 47.93 | 66.44 | 22.87 | - |
| YUV | 198.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 102 | 0.25 | 0 | 0.56 | 0.10 | 86.72 | 0.72 | 0.65 |
| Hex | AD | E6 | 66 | 19 | 0 | 38 | A | 57 | 48 | 41 |
| Octal | 255 | 346 | 146 | 31 | 0 | 70 | 12 | 127 | 110 | 101 |
| Binary | 10101101 | 11100110 | 1100110 | 11001 | 0 | 111000 | 1010 | 1010111 | 1001000 | 1000001 |
Color Harmonies of #ADE666
Complementary color
Monochromatic Colors of #ADE666
Black with #ADE666
Text Example
Text Example
White with #ADE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE666; }
p { color: rgb(173,230,102); }
H1.HeaderClassName
{
color: #ADE666;
}
.AnyTagClassName
{
color: #ADE666;
}
</style>
background-color css
<style>
a { background-color: #ADE666; }
a { background-color: rgb(173,230,102); }
div.DivClassName
{
background-color: #ADE666;
}
.BgClassName
{
background-color: #ADE666;
}
</style>
border-color css
<style>
span { border-color: #ADE666; }
span { border-color: rgb(173,230,102); }
td.TdClassName
{
border-color: #ADE666;
}
.TagClassName
{
border-color: #ADE666;
}
</style>