Shades of Conifer #ADE466
Tints of Conifer #ADE466
RGB
CMYK
RGB Variations
Color information
#ADE466 (or 0xADE466) is known color: Conifer. HEX triplet: AD, E4 and 66. RGB value is (173,228,102). Sum of RGB (Red+Green+Blue) = 173+228+102=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE466 is #521B99. Grayscale: #C5C5C5. Windows color (decimal): -5381018 or 6743213. OLE color: 6743213.
HSL color Cylindrical-coordinate representation of color #ADE466: hue angle of 86.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADE466 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 102 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.11 |
| HSL | 86.19º | 0.7% | 0.65% | - |
| HSV(B) | 86.19º | 0.55% | 0.89% | - |
| XYZ | 47.38 | 65.33 | 22.68 | - |
| YUV | 197.19 | 74.28 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 102 | 0.24 | 0 | 0.55 | 0.11 | 86.19 | 0.7 | 0.65 |
| Hex | AD | E4 | 66 | 18 | 0 | 37 | B | 56 | 46 | 41 |
| Octal | 255 | 344 | 146 | 30 | 0 | 67 | 13 | 126 | 106 | 101 |
| Binary | 10101101 | 11100100 | 1100110 | 11000 | 0 | 110111 | 1011 | 1010110 | 1000110 | 1000001 |
Color Harmonies of #ADE466
Complementary color
Monochromatic Colors of #ADE466
Black with #ADE466
Text Example
Text Example
White with #ADE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE466; }
p { color: rgb(173,228,102); }
H1.HeaderClassName
{
color: #ADE466;
}
.AnyTagClassName
{
color: #ADE466;
}
</style>
background-color css
<style>
a { background-color: #ADE466; }
a { background-color: rgb(173,228,102); }
div.DivClassName
{
background-color: #ADE466;
}
.BgClassName
{
background-color: #ADE466;
}
</style>
border-color css
<style>
span { border-color: #ADE466; }
span { border-color: rgb(173,228,102); }
td.TdClassName
{
border-color: #ADE466;
}
.TagClassName
{
border-color: #ADE466;
}
</style>