Shades of Conifer #A1DA50
Tints of Conifer #A1DA50
RGB
CMYK
RGB Variations
Color information
#A1DA50 (or 0xA1DA50) is known color: Conifer. HEX triplet: A1, DA and 50. RGB value is (161,218,80). Sum of RGB (Red+Green+Blue) = 161+218+80=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DA50 is #5E25AF. Grayscale: #B9B9B9. Windows color (decimal): -6170032 or 5298849. OLE color: 5298849.
HSL color Cylindrical-coordinate representation of color #A1DA50: hue angle of 84.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1DA50 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 80 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.78º | 0.65% | 0.58% | - |
| HSV(B) | 84.78º | 0.63% | 0.85% | - |
| XYZ | 41.22 | 58.3 | 16.67 | - |
| YUV | 185.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 80 | 0.26 | 0 | 0.63 | 0.15 | 84.78 | 0.65 | 0.58 |
| Hex | A1 | DA | 50 | 1A | 0 | 3F | F | 55 | 41 | 3A |
| Octal | 241 | 332 | 120 | 32 | 0 | 77 | 17 | 125 | 101 | 72 |
| Binary | 10100001 | 11011010 | 1010000 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000001 | 111010 |
Color Harmonies of #A1DA50
Complementary color
Monochromatic Colors of #A1DA50
Black with #A1DA50
Text Example
Text Example
White with #A1DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA50; }
p { color: rgb(161,218,80); }
H1.HeaderClassName
{
color: #A1DA50;
}
.AnyTagClassName
{
color: #A1DA50;
}
</style>
background-color css
<style>
a { background-color: #A1DA50; }
a { background-color: rgb(161,218,80); }
div.DivClassName
{
background-color: #A1DA50;
}
.BgClassName
{
background-color: #A1DA50;
}
</style>
border-color css
<style>
span { border-color: #A1DA50; }
span { border-color: rgb(161,218,80); }
td.TdClassName
{
border-color: #A1DA50;
}
.TagClassName
{
border-color: #A1DA50;
}
</style>