Shades of Conifer #ADD54A
Tints of Conifer #ADD54A
RGB
CMYK
RGB Variations
Color information
#ADD54A (or 0xADD54A) is known color: Conifer. HEX triplet: AD, D5 and 4A. RGB value is (173,213,74). Sum of RGB (Red+Green+Blue) = 173+213+74=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD54A is #522AB5. Grayscale: #B9B9B9. Windows color (decimal): -5384886 or 4904365. OLE color: 4904365.
HSL color Cylindrical-coordinate representation of color #ADD54A: hue angle of 77.27º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD54A is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 74 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.16 |
| HSL | 77.27º | 0.62% | 0.56% | - |
| HSV(B) | 77.27º | 0.65% | 0.84% | - |
| XYZ | 42.26 | 56.97 | 15.25 | - |
| YUV | 185.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 74 | 0.19 | 0 | 0.65 | 0.16 | 77.27 | 0.62 | 0.56 |
| Hex | AD | D5 | 4A | 13 | 0 | 41 | 10 | 4D | 3E | 38 |
| Octal | 255 | 325 | 112 | 23 | 0 | 101 | 20 | 115 | 76 | 70 |
| Binary | 10101101 | 11010101 | 1001010 | 10011 | 0 | 1000001 | 10000 | 1001101 | 111110 | 111000 |
Color Harmonies of #ADD54A
Complementary color
Monochromatic Colors of #ADD54A
Black with #ADD54A
Text Example
Text Example
White with #ADD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD54A; }
p { color: rgb(173,213,74); }
H1.HeaderClassName
{
color: #ADD54A;
}
.AnyTagClassName
{
color: #ADD54A;
}
</style>
background-color css
<style>
a { background-color: #ADD54A; }
a { background-color: rgb(173,213,74); }
div.DivClassName
{
background-color: #ADD54A;
}
.BgClassName
{
background-color: #ADD54A;
}
</style>
border-color css
<style>
span { border-color: #ADD54A; }
span { border-color: rgb(173,213,74); }
td.TdClassName
{
border-color: #ADD54A;
}
.TagClassName
{
border-color: #ADD54A;
}
</style>