Shades of Conifer #A1D666
Tints of Conifer #A1D666
RGB
CMYK
RGB Variations
Color information
#A1D666 (or 0xA1D666) is known color: Conifer. HEX triplet: A1, D6 and 66. RGB value is (161,214,102). Sum of RGB (Red+Green+Blue) = 161+214+102=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D666 is #5E2999. Grayscale: #B9B9B9. Windows color (decimal): -6171034 or 6739617. OLE color: 6739617.
HSL color Cylindrical-coordinate representation of color #A1D666: hue angle of 88.39º degrees, saturation: 0.58, 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 #A1D666 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 102 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.16 |
| HSL | 88.39º | 0.58% | 0.62% | - |
| HSV(B) | 88.39º | 0.52% | 0.84% | - |
| XYZ | 41.14 | 56.63 | 21.33 | - |
| YUV | 185.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 102 | 0.25 | 0 | 0.52 | 0.16 | 88.39 | 0.58 | 0.62 |
| Hex | A1 | D6 | 66 | 19 | 0 | 34 | 10 | 58 | 3A | 3E |
| Octal | 241 | 326 | 146 | 31 | 0 | 64 | 20 | 130 | 72 | 76 |
| Binary | 10100001 | 11010110 | 1100110 | 11001 | 0 | 110100 | 10000 | 1011000 | 111010 | 111110 |
Color Harmonies of #A1D666
Complementary color
Monochromatic Colors of #A1D666
Black with #A1D666
Text Example
Text Example
White with #A1D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D666; }
p { color: rgb(161,214,102); }
H1.HeaderClassName
{
color: #A1D666;
}
.AnyTagClassName
{
color: #A1D666;
}
</style>
background-color css
<style>
a { background-color: #A1D666; }
a { background-color: rgb(161,214,102); }
div.DivClassName
{
background-color: #A1D666;
}
.BgClassName
{
background-color: #A1D666;
}
</style>
border-color css
<style>
span { border-color: #A1D666; }
span { border-color: rgb(161,214,102); }
td.TdClassName
{
border-color: #A1D666;
}
.TagClassName
{
border-color: #A1D666;
}
</style>