Shades of Conifer #ADE44A
Tints of Conifer #ADE44A
RGB
CMYK
RGB Variations
Color information
#ADE44A (or 0xADE44A) is known color: Conifer. HEX triplet: AD, E4 and 4A. RGB value is (173,228,74). Sum of RGB (Red+Green+Blue) = 173+228+74=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE44A is #521BB5. Grayscale: #C2C2C2. Windows color (decimal): -5381046 or 4908205. OLE color: 4908205.
HSL color Cylindrical-coordinate representation of color #ADE44A: hue angle of 81.43º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE44A is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 74 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.11 |
| HSL | 81.43º | 0.74% | 0.59% | - |
| HSV(B) | 81.43º | 0.68% | 0.89% | - |
| XYZ | 46.21 | 64.87 | 16.56 | - |
| YUV | 194 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 74 | 0.24 | 0 | 0.68 | 0.11 | 81.43 | 0.74 | 0.59 |
| Hex | AD | E4 | 4A | 18 | 0 | 44 | B | 51 | 4A | 3B |
| Octal | 255 | 344 | 112 | 30 | 0 | 104 | 13 | 121 | 112 | 73 |
| Binary | 10101101 | 11100100 | 1001010 | 11000 | 0 | 1000100 | 1011 | 1010001 | 1001010 | 111011 |
Color Harmonies of #ADE44A
Complementary color
Monochromatic Colors of #ADE44A
Black with #ADE44A
Text Example
Text Example
White with #ADE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE44A; }
p { color: rgb(173,228,74); }
H1.HeaderClassName
{
color: #ADE44A;
}
.AnyTagClassName
{
color: #ADE44A;
}
</style>
background-color css
<style>
a { background-color: #ADE44A; }
a { background-color: rgb(173,228,74); }
div.DivClassName
{
background-color: #ADE44A;
}
.BgClassName
{
background-color: #ADE44A;
}
</style>
border-color css
<style>
span { border-color: #ADE44A; }
span { border-color: rgb(173,228,74); }
td.TdClassName
{
border-color: #ADE44A;
}
.TagClassName
{
border-color: #ADE44A;
}
</style>