Shades of Conifer #ADE34A
Tints of Conifer #ADE34A
RGB
CMYK
RGB Variations
Color information
#ADE34A (or 0xADE34A) is known color: Conifer. HEX triplet: AD, E3 and 4A. RGB value is (173,227,74). Sum of RGB (Red+Green+Blue) = 173+227+74=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE34A is #521CB5. Grayscale: #C1C1C1. Windows color (decimal): -5381302 or 4907949. OLE color: 4907949.
HSL color Cylindrical-coordinate representation of color #ADE34A: hue angle of 81.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADE34A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.18º | 0.73% | 0.59% | - |
| HSV(B) | 81.18º | 0.67% | 0.89% | - |
| XYZ | 45.94 | 64.32 | 16.47 | - |
| YUV | 193.41 | 60.61 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 74 | 0.24 | 0 | 0.67 | 0.11 | 81.18 | 0.73 | 0.59 |
| Hex | AD | E3 | 4A | 18 | 0 | 43 | B | 51 | 49 | 3B |
| Octal | 255 | 343 | 112 | 30 | 0 | 103 | 13 | 121 | 111 | 73 |
| Binary | 10101101 | 11100011 | 1001010 | 11000 | 0 | 1000011 | 1011 | 1010001 | 1001001 | 111011 |
Color Harmonies of #ADE34A
Complementary color
Monochromatic Colors of #ADE34A
Black with #ADE34A
Text Example
Text Example
White with #ADE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE34A; }
p { color: rgb(173,227,74); }
H1.HeaderClassName
{
color: #ADE34A;
}
.AnyTagClassName
{
color: #ADE34A;
}
</style>
background-color css
<style>
a { background-color: #ADE34A; }
a { background-color: rgb(173,227,74); }
div.DivClassName
{
background-color: #ADE34A;
}
.BgClassName
{
background-color: #ADE34A;
}
</style>
border-color css
<style>
span { border-color: #ADE34A; }
span { border-color: rgb(173,227,74); }
td.TdClassName
{
border-color: #ADE34A;
}
.TagClassName
{
border-color: #ADE34A;
}
</style>