Shades of Conifer #ADE05A
Tints of Conifer #ADE05A
RGB
CMYK
RGB Variations
Color information
#ADE05A (or 0xADE05A) is known color: Conifer. HEX triplet: AD, E0 and 5A. RGB value is (173,224,90). Sum of RGB (Red+Green+Blue) = 173+224+90=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE05A is #521FA5. Grayscale: #C1C1C1. Windows color (decimal): -5382054 or 5955757. OLE color: 5955757.
HSL color Cylindrical-coordinate representation of color #ADE05A: hue angle of 82.84º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE05A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 90 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.12 |
| HSL | 82.84º | 0.68% | 0.62% | - |
| HSV(B) | 82.84º | 0.6% | 0.88% | - |
| XYZ | 45.73 | 62.93 | 19.41 | - |
| YUV | 193.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 90 | 0.23 | 0 | 0.60 | 0.12 | 82.84 | 0.68 | 0.62 |
| Hex | AD | E0 | 5A | 17 | 0 | 3C | C | 53 | 44 | 3E |
| Octal | 255 | 340 | 132 | 27 | 0 | 74 | 14 | 123 | 104 | 76 |
| Binary | 10101101 | 11100000 | 1011010 | 10111 | 0 | 111100 | 1100 | 1010011 | 1000100 | 111110 |
Color Harmonies of #ADE05A
Complementary color
Monochromatic Colors of #ADE05A
Black with #ADE05A
Text Example
Text Example
White with #ADE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE05A; }
p { color: rgb(173,224,90); }
H1.HeaderClassName
{
color: #ADE05A;
}
.AnyTagClassName
{
color: #ADE05A;
}
</style>
background-color css
<style>
a { background-color: #ADE05A; }
a { background-color: rgb(173,224,90); }
div.DivClassName
{
background-color: #ADE05A;
}
.BgClassName
{
background-color: #ADE05A;
}
</style>
border-color css
<style>
span { border-color: #ADE05A; }
span { border-color: rgb(173,224,90); }
td.TdClassName
{
border-color: #ADE05A;
}
.TagClassName
{
border-color: #ADE05A;
}
</style>