Shades of Conifer #A1D766
Tints of Conifer #A1D766
RGB
CMYK
RGB Variations
Color information
#A1D766 (or 0xA1D766) is known color: Conifer. HEX triplet: A1, D7 and 66. RGB value is (161,215,102). Sum of RGB (Red+Green+Blue) = 161+215+102=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D766 is #5E2899. Grayscale: #BABABA. Windows color (decimal): -6170778 or 6739873. OLE color: 6739873.
HSL color Cylindrical-coordinate representation of color #A1D766: hue angle of 88.67º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D766 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 102 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.16 |
| HSL | 88.67º | 0.59% | 0.62% | - |
| HSV(B) | 88.67º | 0.53% | 0.84% | - |
| XYZ | 41.4 | 57.14 | 21.42 | - |
| YUV | 185.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 102 | 0.25 | 0 | 0.53 | 0.16 | 88.67 | 0.59 | 0.62 |
| Hex | A1 | D7 | 66 | 19 | 0 | 35 | 10 | 59 | 3B | 3E |
| Octal | 241 | 327 | 146 | 31 | 0 | 65 | 20 | 131 | 73 | 76 |
| Binary | 10100001 | 11010111 | 1100110 | 11001 | 0 | 110101 | 10000 | 1011001 | 111011 | 111110 |
Color Harmonies of #A1D766
Complementary color
Monochromatic Colors of #A1D766
Black with #A1D766
Text Example
Text Example
White with #A1D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D766; }
p { color: rgb(161,215,102); }
H1.HeaderClassName
{
color: #A1D766;
}
.AnyTagClassName
{
color: #A1D766;
}
</style>
background-color css
<style>
a { background-color: #A1D766; }
a { background-color: rgb(161,215,102); }
div.DivClassName
{
background-color: #A1D766;
}
.BgClassName
{
background-color: #A1D766;
}
</style>
border-color css
<style>
span { border-color: #A1D766; }
span { border-color: rgb(161,215,102); }
td.TdClassName
{
border-color: #A1D766;
}
.TagClassName
{
border-color: #A1D766;
}
</style>