Shades of Conifer #ADE84A
Tints of Conifer #ADE84A
RGB
CMYK
RGB Variations
Color information
#ADE84A (or 0xADE84A) is known color: Conifer. HEX triplet: AD, E8 and 4A. RGB value is (173,232,74). Sum of RGB (Red+Green+Blue) = 173+232+74=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE84A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE84A is #5217B5. Grayscale: #C4C4C4. Windows color (decimal): -5380022 or 4909229. OLE color: 4909229.
HSL color Cylindrical-coordinate representation of color #ADE84A: hue angle of 82.41º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE84A is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 74 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.09 |
| HSL | 82.41º | 0.77% | 0.6% | - |
| HSV(B) | 82.41º | 0.68% | 0.91% | - |
| XYZ | 47.33 | 67.09 | 16.93 | - |
| YUV | 196.35 | 58.95 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 74 | 0.25 | 0 | 0.68 | 0.09 | 82.41 | 0.77 | 0.6 |
| Hex | AD | E8 | 4A | 19 | 0 | 44 | 9 | 52 | 4D | 3C |
| Octal | 255 | 350 | 112 | 31 | 0 | 104 | 11 | 122 | 115 | 74 |
| Binary | 10101101 | 11101000 | 1001010 | 11001 | 0 | 1000100 | 1001 | 1010010 | 1001101 | 111100 |
Color Harmonies of #ADE84A
Complementary color
Monochromatic Colors of #ADE84A
Black with #ADE84A
Text Example
Text Example
White with #ADE84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE84A; }
p { color: rgb(173,232,74); }
H1.HeaderClassName
{
color: #ADE84A;
}
.AnyTagClassName
{
color: #ADE84A;
}
</style>
background-color css
<style>
a { background-color: #ADE84A; }
a { background-color: rgb(173,232,74); }
div.DivClassName
{
background-color: #ADE84A;
}
.BgClassName
{
background-color: #ADE84A;
}
</style>
border-color css
<style>
span { border-color: #ADE84A; }
span { border-color: rgb(173,232,74); }
td.TdClassName
{
border-color: #ADE84A;
}
.TagClassName
{
border-color: #ADE84A;
}
</style>