Shades of Conifer #A1D566
Tints of Conifer #A1D566
RGB
CMYK
RGB Variations
Color information
#A1D566 (or 0xA1D566) is known color: Conifer. HEX triplet: A1, D5 and 66. RGB value is (161,213,102). Sum of RGB (Red+Green+Blue) = 161+213+102=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D566 is #5E2A99. Grayscale: #B9B9B9. Windows color (decimal): -6171290 or 6739361. OLE color: 6739361.
HSL color Cylindrical-coordinate representation of color #A1D566: hue angle of 88.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1D566 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 102 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.16 |
| HSL | 88.11º | 0.57% | 0.62% | - |
| HSV(B) | 88.11º | 0.52% | 0.84% | - |
| XYZ | 40.89 | 56.12 | 21.25 | - |
| YUV | 184.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 102 | 0.24 | 0 | 0.52 | 0.16 | 88.11 | 0.57 | 0.62 |
| Hex | A1 | D5 | 66 | 18 | 0 | 34 | 10 | 58 | 39 | 3E |
| Octal | 241 | 325 | 146 | 30 | 0 | 64 | 20 | 130 | 71 | 76 |
| Binary | 10100001 | 11010101 | 1100110 | 11000 | 0 | 110100 | 10000 | 1011000 | 111001 | 111110 |
Color Harmonies of #A1D566
Complementary color
Monochromatic Colors of #A1D566
Black with #A1D566
Text Example
Text Example
White with #A1D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D566; }
p { color: rgb(161,213,102); }
H1.HeaderClassName
{
color: #A1D566;
}
.AnyTagClassName
{
color: #A1D566;
}
</style>
background-color css
<style>
a { background-color: #A1D566; }
a { background-color: rgb(161,213,102); }
div.DivClassName
{
background-color: #A1D566;
}
.BgClassName
{
background-color: #A1D566;
}
</style>
border-color css
<style>
span { border-color: #A1D566; }
span { border-color: rgb(161,213,102); }
td.TdClassName
{
border-color: #A1D566;
}
.TagClassName
{
border-color: #A1D566;
}
</style>