Shades of Conifer #ADE95A
Tints of Conifer #ADE95A
RGB
CMYK
RGB Variations
Color information
#ADE95A (or 0xADE95A) is known color: Conifer. HEX triplet: AD, E9 and 5A. RGB value is (173,233,90). Sum of RGB (Red+Green+Blue) = 173+233+90=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE95A is #5216A5. Grayscale: #C7C7C7. Windows color (decimal): -5379750 or 5958061. OLE color: 5958061.
HSL color Cylindrical-coordinate representation of color #ADE95A: hue angle of 85.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADE95A is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 90 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.17º | 0.76% | 0.63% | - |
| HSV(B) | 85.17º | 0.61% | 0.91% | - |
| XYZ | 48.22 | 67.9 | 20.24 | - |
| YUV | 198.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 90 | 0.26 | 0 | 0.61 | 0.09 | 85.17 | 0.76 | 0.63 |
| Hex | AD | E9 | 5A | 1A | 0 | 3D | 9 | 55 | 4C | 3F |
| Octal | 255 | 351 | 132 | 32 | 0 | 75 | 11 | 125 | 114 | 77 |
| Binary | 10101101 | 11101001 | 1011010 | 11010 | 0 | 111101 | 1001 | 1010101 | 1001100 | 111111 |
Color Harmonies of #ADE95A
Complementary color
Monochromatic Colors of #ADE95A
Black with #ADE95A
Text Example
Text Example
White with #ADE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE95A; }
p { color: rgb(173,233,90); }
H1.HeaderClassName
{
color: #ADE95A;
}
.AnyTagClassName
{
color: #ADE95A;
}
</style>
background-color css
<style>
a { background-color: #ADE95A; }
a { background-color: rgb(173,233,90); }
div.DivClassName
{
background-color: #ADE95A;
}
.BgClassName
{
background-color: #ADE95A;
}
</style>
border-color css
<style>
span { border-color: #ADE95A; }
span { border-color: rgb(173,233,90); }
td.TdClassName
{
border-color: #ADE95A;
}
.TagClassName
{
border-color: #ADE95A;
}
</style>