Shades of Conifer #ADEC42
Tints of Conifer #ADEC42
RGB
CMYK
RGB Variations
Color information
#ADEC42 (or 0xADEC42) is known color: Conifer. HEX triplet: AD, EC and 42. RGB value is (173,236,66). Sum of RGB (Red+Green+Blue) = 173+236+66=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC42 is #5213BD. Grayscale: #C6C6C6. Windows color (decimal): -5379006 or 4385965. OLE color: 4385965.
HSL color Cylindrical-coordinate representation of color #ADEC42: hue angle of 82.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADEC42 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 66 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.07 |
| HSL | 82.24º | 0.82% | 0.59% | - |
| HSV(B) | 82.24º | 0.72% | 0.93% | - |
| XYZ | 48.21 | 69.27 | 15.98 | - |
| YUV | 197.78 | 53.63 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 66 | 0.27 | 0 | 0.72 | 0.07 | 82.24 | 0.82 | 0.59 |
| Hex | AD | EC | 42 | 1B | 0 | 48 | 7 | 52 | 52 | 3B |
| Octal | 255 | 354 | 102 | 33 | 0 | 110 | 7 | 122 | 122 | 73 |
| Binary | 10101101 | 11101100 | 1000010 | 11011 | 0 | 1001000 | 111 | 1010010 | 1010010 | 111011 |
Color Harmonies of #ADEC42
Complementary color
Monochromatic Colors of #ADEC42
Black with #ADEC42
Text Example
Text Example
White with #ADEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC42; }
p { color: rgb(173,236,66); }
H1.HeaderClassName
{
color: #ADEC42;
}
.AnyTagClassName
{
color: #ADEC42;
}
</style>
background-color css
<style>
a { background-color: #ADEC42; }
a { background-color: rgb(173,236,66); }
div.DivClassName
{
background-color: #ADEC42;
}
.BgClassName
{
background-color: #ADEC42;
}
</style>
border-color css
<style>
span { border-color: #ADEC42; }
span { border-color: rgb(173,236,66); }
td.TdClassName
{
border-color: #ADEC42;
}
.TagClassName
{
border-color: #ADEC42;
}
</style>