Shades of Conifer #A1DA51
Tints of Conifer #A1DA51
RGB
CMYK
RGB Variations
Color information
#A1DA51 (or 0xA1DA51) is known color: Conifer. HEX triplet: A1, DA and 51. RGB value is (161,218,81). Sum of RGB (Red+Green+Blue) = 161+218+81=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA51 is #5E25AE. Grayscale: #B9B9B9. Windows color (decimal): -6170031 or 5364385. OLE color: 5364385.
HSL color Cylindrical-coordinate representation of color #A1DA51: hue angle of 84.96º 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 #A1DA51 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 81 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.96º | 0.65% | 0.59% | - |
| HSV(B) | 84.96º | 0.63% | 0.85% | - |
| XYZ | 41.25 | 58.31 | 16.87 | - |
| YUV | 185.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 81 | 0.26 | 0 | 0.63 | 0.15 | 84.96 | 0.65 | 0.59 |
| Hex | A1 | DA | 51 | 1A | 0 | 3F | F | 55 | 41 | 3B |
| Octal | 241 | 332 | 121 | 32 | 0 | 77 | 17 | 125 | 101 | 73 |
| Binary | 10100001 | 11011010 | 1010001 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000001 | 111011 |
Color Harmonies of #A1DA51
Complementary color
Monochromatic Colors of #A1DA51
Black with #A1DA51
Text Example
Text Example
White with #A1DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA51; }
p { color: rgb(161,218,81); }
H1.HeaderClassName
{
color: #A1DA51;
}
.AnyTagClassName
{
color: #A1DA51;
}
</style>
background-color css
<style>
a { background-color: #A1DA51; }
a { background-color: rgb(161,218,81); }
div.DivClassName
{
background-color: #A1DA51;
}
.BgClassName
{
background-color: #A1DA51;
}
</style>
border-color css
<style>
span { border-color: #A1DA51; }
span { border-color: rgb(161,218,81); }
td.TdClassName
{
border-color: #A1DA51;
}
.TagClassName
{
border-color: #A1DA51;
}
</style>