Shades of Conifer #A1DA52
Tints of Conifer #A1DA52
RGB
CMYK
RGB Variations
Color information
#A1DA52 (or 0xA1DA52) is known color: Conifer. HEX triplet: A1, DA and 52. RGB value is (161,218,82). Sum of RGB (Red+Green+Blue) = 161+218+82=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA52 is #5E25AD. Grayscale: #B9B9B9. Windows color (decimal): -6170030 or 5429921. OLE color: 5429921.
HSL color Cylindrical-coordinate representation of color #A1DA52: hue angle of 85.15º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1DA52 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 82 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.15 |
| HSL | 85.15º | 0.65% | 0.59% | - |
| HSV(B) | 85.15º | 0.62% | 0.85% | - |
| XYZ | 41.29 | 58.33 | 17.06 | - |
| YUV | 185.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 82 | 0.26 | 0 | 0.62 | 0.15 | 85.15 | 0.65 | 0.59 |
| Hex | A1 | DA | 52 | 1A | 0 | 3E | F | 55 | 41 | 3B |
| Octal | 241 | 332 | 122 | 32 | 0 | 76 | 17 | 125 | 101 | 73 |
| Binary | 10100001 | 11011010 | 1010010 | 11010 | 0 | 111110 | 1111 | 1010101 | 1000001 | 111011 |
Color Harmonies of #A1DA52
Complementary color
Monochromatic Colors of #A1DA52
Black with #A1DA52
Text Example
Text Example
White with #A1DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA52; }
p { color: rgb(161,218,82); }
H1.HeaderClassName
{
color: #A1DA52;
}
.AnyTagClassName
{
color: #A1DA52;
}
</style>
background-color css
<style>
a { background-color: #A1DA52; }
a { background-color: rgb(161,218,82); }
div.DivClassName
{
background-color: #A1DA52;
}
.BgClassName
{
background-color: #A1DA52;
}
</style>
border-color css
<style>
span { border-color: #A1DA52; }
span { border-color: rgb(161,218,82); }
td.TdClassName
{
border-color: #A1DA52;
}
.TagClassName
{
border-color: #A1DA52;
}
</style>