Shades of Conifer #A1DB63
Tints of Conifer #A1DB63
RGB
CMYK
RGB Variations
Color information
#A1DB63 (or 0xA1DB63) is known color: Conifer. HEX triplet: A1, DB and 63. RGB value is (161,219,99). Sum of RGB (Red+Green+Blue) = 161+219+99=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB63 is #5E249C. Grayscale: #BCBCBC. Windows color (decimal): -6169757 or 6544289. OLE color: 6544289.
HSL color Cylindrical-coordinate representation of color #A1DB63: hue angle of 89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1DB63 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 99 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.14 |
| HSL | 89º | 0.63% | 0.62% | - |
| HSV(B) | 89º | 0.55% | 0.86% | - |
| XYZ | 42.28 | 59.14 | 20.99 | - |
| YUV | 187.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 99 | 0.26 | 0 | 0.55 | 0.14 | 89 | 0.63 | 0.62 |
| Hex | A1 | DB | 63 | 1A | 0 | 37 | E | 59 | 3E | 3E |
| Octal | 241 | 333 | 143 | 32 | 0 | 67 | 16 | 131 | 76 | 76 |
| Binary | 10100001 | 11011011 | 1100011 | 11010 | 0 | 110111 | 1110 | 1011001 | 111110 | 111110 |
Color Harmonies of #A1DB63
Complementary color
Monochromatic Colors of #A1DB63
Black with #A1DB63
Text Example
Text Example
White with #A1DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB63; }
p { color: rgb(161,219,99); }
H1.HeaderClassName
{
color: #A1DB63;
}
.AnyTagClassName
{
color: #A1DB63;
}
</style>
background-color css
<style>
a { background-color: #A1DB63; }
a { background-color: rgb(161,219,99); }
div.DivClassName
{
background-color: #A1DB63;
}
.BgClassName
{
background-color: #A1DB63;
}
</style>
border-color css
<style>
span { border-color: #A1DB63; }
span { border-color: rgb(161,219,99); }
td.TdClassName
{
border-color: #A1DB63;
}
.TagClassName
{
border-color: #A1DB63;
}
</style>