Shades of Conifer #ADE34F
Tints of Conifer #ADE34F
RGB
CMYK
RGB Variations
Color information
#ADE34F (or 0xADE34F) is known color: Conifer. HEX triplet: AD, E3 and 4F. RGB value is (173,227,79). Sum of RGB (Red+Green+Blue) = 173+227+79=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE34F is #521CB0. Grayscale: #C2C2C2. Windows color (decimal): -5381297 or 5235629. OLE color: 5235629.
HSL color Cylindrical-coordinate representation of color #ADE34F: hue angle of 81.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADE34F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 79 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.11 |
| HSL | 81.89º | 0.73% | 0.6% | - |
| HSV(B) | 81.89º | 0.65% | 0.89% | - |
| XYZ | 46.11 | 64.39 | 17.39 | - |
| YUV | 193.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 79 | 0.24 | 0 | 0.65 | 0.11 | 81.89 | 0.73 | 0.6 |
| Hex | AD | E3 | 4F | 18 | 0 | 41 | B | 52 | 49 | 3C |
| Octal | 255 | 343 | 117 | 30 | 0 | 101 | 13 | 122 | 111 | 74 |
| Binary | 10101101 | 11100011 | 1001111 | 11000 | 0 | 1000001 | 1011 | 1010010 | 1001001 | 111100 |
Color Harmonies of #ADE34F
Complementary color
Monochromatic Colors of #ADE34F
Black with #ADE34F
Text Example
Text Example
White with #ADE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE34F; }
p { color: rgb(173,227,79); }
H1.HeaderClassName
{
color: #ADE34F;
}
.AnyTagClassName
{
color: #ADE34F;
}
</style>
background-color css
<style>
a { background-color: #ADE34F; }
a { background-color: rgb(173,227,79); }
div.DivClassName
{
background-color: #ADE34F;
}
.BgClassName
{
background-color: #ADE34F;
}
</style>
border-color css
<style>
span { border-color: #ADE34F; }
span { border-color: rgb(173,227,79); }
td.TdClassName
{
border-color: #ADE34F;
}
.TagClassName
{
border-color: #ADE34F;
}
</style>