Shades of Conifer #ADDA54
Tints of Conifer #ADDA54
RGB
CMYK
RGB Variations
Color information
#ADDA54 (or 0xADDA54) is known color: Conifer. HEX triplet: AD, DA and 54. RGB value is (173,218,84). Sum of RGB (Red+Green+Blue) = 173+218+84=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA54 is #5225AB. Grayscale: #BDBDBD. Windows color (decimal): -5383596 or 5561005. OLE color: 5561005.
HSL color Cylindrical-coordinate representation of color #ADDA54: hue angle of 80.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDA54 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 84 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.15 |
| HSL | 80.15º | 0.64% | 0.59% | - |
| HSV(B) | 80.15º | 0.61% | 0.85% | - |
| XYZ | 43.91 | 59.67 | 17.59 | - |
| YUV | 189.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 84 | 0.21 | 0 | 0.61 | 0.15 | 80.15 | 0.64 | 0.59 |
| Hex | AD | DA | 54 | 15 | 0 | 3D | F | 50 | 40 | 3B |
| Octal | 255 | 332 | 124 | 25 | 0 | 75 | 17 | 120 | 100 | 73 |
| Binary | 10101101 | 11011010 | 1010100 | 10101 | 0 | 111101 | 1111 | 1010000 | 1000000 | 111011 |
Color Harmonies of #ADDA54
Complementary color
Monochromatic Colors of #ADDA54
Black with #ADDA54
Text Example
Text Example
White with #ADDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA54; }
p { color: rgb(173,218,84); }
H1.HeaderClassName
{
color: #ADDA54;
}
.AnyTagClassName
{
color: #ADDA54;
}
</style>
background-color css
<style>
a { background-color: #ADDA54; }
a { background-color: rgb(173,218,84); }
div.DivClassName
{
background-color: #ADDA54;
}
.BgClassName
{
background-color: #ADDA54;
}
</style>
border-color css
<style>
span { border-color: #ADDA54; }
span { border-color: rgb(173,218,84); }
td.TdClassName
{
border-color: #ADDA54;
}
.TagClassName
{
border-color: #ADDA54;
}
</style>