Shades of Conifer #A2DA51
Tints of Conifer #A2DA51
RGB
CMYK
RGB Variations
Color information
#A2DA51 (or 0xA2DA51) is known color: Conifer. HEX triplet: A2, DA and 51. RGB value is (162,218,81). Sum of RGB (Red+Green+Blue) = 162+218+81=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA51 is #5D25AE. Grayscale: #BABABA. Windows color (decimal): -6104495 or 5364386. OLE color: 5364386.
HSL color Cylindrical-coordinate representation of color #A2DA51: hue angle of 84.53º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2DA51 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 81 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.53º | 0.65% | 0.59% | - |
| HSV(B) | 84.53º | 0.63% | 0.85% | - |
| XYZ | 41.46 | 58.42 | 16.88 | - |
| YUV | 185.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 81 | 0.26 | 0 | 0.63 | 0.15 | 84.53 | 0.65 | 0.59 |
| Hex | A2 | DA | 51 | 1A | 0 | 3F | F | 55 | 41 | 3B |
| Octal | 242 | 332 | 121 | 32 | 0 | 77 | 17 | 125 | 101 | 73 |
| Binary | 10100010 | 11011010 | 1010001 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000001 | 111011 |
Color Harmonies of #A2DA51
Complementary color
Monochromatic Colors of #A2DA51
Black with #A2DA51
Text Example
Text Example
White with #A2DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DA51; }
p { color: rgb(162,218,81); }
H1.HeaderClassName
{
color: #A2DA51;
}
.AnyTagClassName
{
color: #A2DA51;
}
</style>
background-color css
<style>
a { background-color: #A2DA51; }
a { background-color: rgb(162,218,81); }
div.DivClassName
{
background-color: #A2DA51;
}
.BgClassName
{
background-color: #A2DA51;
}
</style>
border-color css
<style>
span { border-color: #A2DA51; }
span { border-color: rgb(162,218,81); }
td.TdClassName
{
border-color: #A2DA51;
}
.TagClassName
{
border-color: #A2DA51;
}
</style>