Shades of Conifer #ADEC4A
Tints of Conifer #ADEC4A
RGB
CMYK
RGB Variations
Color information
#ADEC4A (or 0xADEC4A) is known color: Conifer. HEX triplet: AD, EC and 4A. RGB value is (173,236,74). Sum of RGB (Red+Green+Blue) = 173+236+74=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC4A is #5213B5. Grayscale: #C7C7C7. Windows color (decimal): -5378998 or 4910253. OLE color: 4910253.
HSL color Cylindrical-coordinate representation of color #ADEC4A: hue angle of 83.33º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEC4A is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 74 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.07 |
| HSL | 83.33º | 0.81% | 0.61% | - |
| HSV(B) | 83.33º | 0.69% | 0.93% | - |
| XYZ | 48.47 | 69.37 | 17.31 | - |
| YUV | 198.7 | 57.63 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 74 | 0.27 | 0 | 0.69 | 0.07 | 83.33 | 0.81 | 0.61 |
| Hex | AD | EC | 4A | 1B | 0 | 45 | 7 | 53 | 51 | 3D |
| Octal | 255 | 354 | 112 | 33 | 0 | 105 | 7 | 123 | 121 | 75 |
| Binary | 10101101 | 11101100 | 1001010 | 11011 | 0 | 1000101 | 111 | 1010011 | 1010001 | 111101 |
Color Harmonies of #ADEC4A
Complementary color
Monochromatic Colors of #ADEC4A
Black with #ADEC4A
Text Example
Text Example
White with #ADEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC4A; }
p { color: rgb(173,236,74); }
H1.HeaderClassName
{
color: #ADEC4A;
}
.AnyTagClassName
{
color: #ADEC4A;
}
</style>
background-color css
<style>
a { background-color: #ADEC4A; }
a { background-color: rgb(173,236,74); }
div.DivClassName
{
background-color: #ADEC4A;
}
.BgClassName
{
background-color: #ADEC4A;
}
</style>
border-color css
<style>
span { border-color: #ADEC4A; }
span { border-color: rgb(173,236,74); }
td.TdClassName
{
border-color: #ADEC4A;
}
.TagClassName
{
border-color: #ADEC4A;
}
</style>