Shades of Conifer #ADE85A
Tints of Conifer #ADE85A
RGB
CMYK
RGB Variations
Color information
#ADE85A (or 0xADE85A) is known color: Conifer. HEX triplet: AD, E8 and 5A. RGB value is (173,232,90). Sum of RGB (Red+Green+Blue) = 173+232+90=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE85A is #5217A5. Grayscale: #C6C6C6. Windows color (decimal): -5380006 or 5957805. OLE color: 5957805.
HSL color Cylindrical-coordinate representation of color #ADE85A: hue angle of 84.93º 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 #ADE85A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 90 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.09 |
| HSL | 84.93º | 0.76% | 0.63% | - |
| HSV(B) | 84.93º | 0.61% | 0.91% | - |
| XYZ | 47.94 | 67.34 | 20.14 | - |
| YUV | 198.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 90 | 0.25 | 0 | 0.61 | 0.09 | 84.93 | 0.76 | 0.63 |
| Hex | AD | E8 | 5A | 19 | 0 | 3D | 9 | 55 | 4C | 3F |
| Octal | 255 | 350 | 132 | 31 | 0 | 75 | 11 | 125 | 114 | 77 |
| Binary | 10101101 | 11101000 | 1011010 | 11001 | 0 | 111101 | 1001 | 1010101 | 1001100 | 111111 |
Color Harmonies of #ADE85A
Complementary color
Monochromatic Colors of #ADE85A
Black with #ADE85A
Text Example
Text Example
White with #ADE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE85A; }
p { color: rgb(173,232,90); }
H1.HeaderClassName
{
color: #ADE85A;
}
.AnyTagClassName
{
color: #ADE85A;
}
</style>
background-color css
<style>
a { background-color: #ADE85A; }
a { background-color: rgb(173,232,90); }
div.DivClassName
{
background-color: #ADE85A;
}
.BgClassName
{
background-color: #ADE85A;
}
</style>
border-color css
<style>
span { border-color: #ADE85A; }
span { border-color: rgb(173,232,90); }
td.TdClassName
{
border-color: #ADE85A;
}
.TagClassName
{
border-color: #ADE85A;
}
</style>