Shades of Conifer #ADE34D
Tints of Conifer #ADE34D
RGB
CMYK
RGB Variations
Color information
#ADE34D (or 0xADE34D) is known color: Conifer. HEX triplet: AD, E3 and 4D. RGB value is (173,227,77). Sum of RGB (Red+Green+Blue) = 173+227+77=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE34D is #521CB2. Grayscale: #C2C2C2. Windows color (decimal): -5381299 or 5104557. OLE color: 5104557.
HSL color Cylindrical-coordinate representation of color #ADE34D: hue angle of 81.6º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE34D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 77 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.11 |
| HSL | 81.6º | 0.73% | 0.6% | - |
| HSV(B) | 81.6º | 0.66% | 0.89% | - |
| XYZ | 46.04 | 64.36 | 17.02 | - |
| YUV | 193.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 77 | 0.24 | 0 | 0.66 | 0.11 | 81.6 | 0.73 | 0.6 |
| Hex | AD | E3 | 4D | 18 | 0 | 42 | B | 52 | 49 | 3C |
| Octal | 255 | 343 | 115 | 30 | 0 | 102 | 13 | 122 | 111 | 74 |
| Binary | 10101101 | 11100011 | 1001101 | 11000 | 0 | 1000010 | 1011 | 1010010 | 1001001 | 111100 |
Color Harmonies of #ADE34D
Complementary color
Monochromatic Colors of #ADE34D
Black with #ADE34D
Text Example
Text Example
White with #ADE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE34D; }
p { color: rgb(173,227,77); }
H1.HeaderClassName
{
color: #ADE34D;
}
.AnyTagClassName
{
color: #ADE34D;
}
</style>
background-color css
<style>
a { background-color: #ADE34D; }
a { background-color: rgb(173,227,77); }
div.DivClassName
{
background-color: #ADE34D;
}
.BgClassName
{
background-color: #ADE34D;
}
</style>
border-color css
<style>
span { border-color: #ADE34D; }
span { border-color: rgb(173,227,77); }
td.TdClassName
{
border-color: #ADE34D;
}
.TagClassName
{
border-color: #ADE34D;
}
</style>