Shades of Conifer #A1DB5D
Tints of Conifer #A1DB5D
RGB
CMYK
RGB Variations
Color information
#A1DB5D (or 0xA1DB5D) is known color: Conifer. HEX triplet: A1, DB and 5D. RGB value is (161,219,93). Sum of RGB (Red+Green+Blue) = 161+219+93=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DB5D is #5E24A2. Grayscale: #BBBBBB. Windows color (decimal): -6169763 or 6151073. OLE color: 6151073.
HSL color Cylindrical-coordinate representation of color #A1DB5D: hue angle of 87.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1DB5D is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 219 | 93 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.14 |
| HSL | 87.62º | 0.64% | 0.61% | - |
| HSV(B) | 87.62º | 0.58% | 0.86% | - |
| XYZ | 42.01 | 59.03 | 19.54 | - |
| YUV | 187.29 | 74.78 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 219 | 93 | 0.26 | 0 | 0.58 | 0.14 | 87.62 | 0.64 | 0.61 |
| Hex | A1 | DB | 5D | 1A | 0 | 3A | E | 58 | 40 | 3D |
| Octal | 241 | 333 | 135 | 32 | 0 | 72 | 16 | 130 | 100 | 75 |
| Binary | 10100001 | 11011011 | 1011101 | 11010 | 0 | 111010 | 1110 | 1011000 | 1000000 | 111101 |
Color Harmonies of #A1DB5D
Complementary color
Monochromatic Colors of #A1DB5D
Black with #A1DB5D
Text Example
Text Example
White with #A1DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DB5D; }
p { color: rgb(161,219,93); }
H1.HeaderClassName
{
color: #A1DB5D;
}
.AnyTagClassName
{
color: #A1DB5D;
}
</style>
background-color css
<style>
a { background-color: #A1DB5D; }
a { background-color: rgb(161,219,93); }
div.DivClassName
{
background-color: #A1DB5D;
}
.BgClassName
{
background-color: #A1DB5D;
}
</style>
border-color css
<style>
span { border-color: #A1DB5D; }
span { border-color: rgb(161,219,93); }
td.TdClassName
{
border-color: #A1DB5D;
}
.TagClassName
{
border-color: #A1DB5D;
}
</style>