Shades of Conifer #ADE55A
Tints of Conifer #ADE55A
RGB
CMYK
RGB Variations
Color information
#ADE55A (or 0xADE55A) is known color: Conifer. HEX triplet: AD, E5 and 5A. RGB value is (173,229,90). Sum of RGB (Red+Green+Blue) = 173+229+90=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE55A is #521AA5. Grayscale: #C4C4C4. Windows color (decimal): -5380774 or 5957037. OLE color: 5957037.
HSL color Cylindrical-coordinate representation of color #ADE55A: hue angle of 84.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE55A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 90 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.10 |
| HSL | 84.17º | 0.73% | 0.63% | - |
| HSV(B) | 84.17º | 0.61% | 0.9% | - |
| XYZ | 47.1 | 65.66 | 19.86 | - |
| YUV | 196.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 90 | 0.24 | 0 | 0.61 | 0.10 | 84.17 | 0.73 | 0.63 |
| Hex | AD | E5 | 5A | 18 | 0 | 3D | A | 54 | 49 | 3F |
| Octal | 255 | 345 | 132 | 30 | 0 | 75 | 12 | 124 | 111 | 77 |
| Binary | 10101101 | 11100101 | 1011010 | 11000 | 0 | 111101 | 1010 | 1010100 | 1001001 | 111111 |
Color Harmonies of #ADE55A
Complementary color
Monochromatic Colors of #ADE55A
Black with #ADE55A
Text Example
Text Example
White with #ADE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE55A; }
p { color: rgb(173,229,90); }
H1.HeaderClassName
{
color: #ADE55A;
}
.AnyTagClassName
{
color: #ADE55A;
}
</style>
background-color css
<style>
a { background-color: #ADE55A; }
a { background-color: rgb(173,229,90); }
div.DivClassName
{
background-color: #ADE55A;
}
.BgClassName
{
background-color: #ADE55A;
}
</style>
border-color css
<style>
span { border-color: #ADE55A; }
span { border-color: rgb(173,229,90); }
td.TdClassName
{
border-color: #ADE55A;
}
.TagClassName
{
border-color: #ADE55A;
}
</style>