Shades of Conifer #A1D764
Tints of Conifer #A1D764
RGB
CMYK
RGB Variations
Color information
#A1D764 (or 0xA1D764) is known color: Conifer. HEX triplet: A1, D7 and 64. RGB value is (161,215,100). Sum of RGB (Red+Green+Blue) = 161+215+100=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D764 is #5E289B. Grayscale: #BABABA. Windows color (decimal): -6170780 or 6608801. OLE color: 6608801.
HSL color Cylindrical-coordinate representation of color #A1D764: hue angle of 88.17º 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 #A1D764 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 100 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.16 |
| HSL | 88.17º | 0.59% | 0.62% | - |
| HSV(B) | 88.17º | 0.53% | 0.84% | - |
| XYZ | 41.3 | 57.1 | 20.9 | - |
| YUV | 185.74 | 79.61 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 100 | 0.25 | 0 | 0.53 | 0.16 | 88.17 | 0.59 | 0.62 |
| Hex | A1 | D7 | 64 | 19 | 0 | 35 | 10 | 58 | 3B | 3E |
| Octal | 241 | 327 | 144 | 31 | 0 | 65 | 20 | 130 | 73 | 76 |
| Binary | 10100001 | 11010111 | 1100100 | 11001 | 0 | 110101 | 10000 | 1011000 | 111011 | 111110 |
Color Harmonies of #A1D764
Complementary color
Monochromatic Colors of #A1D764
Black with #A1D764
Text Example
Text Example
White with #A1D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D764; }
p { color: rgb(161,215,100); }
H1.HeaderClassName
{
color: #A1D764;
}
.AnyTagClassName
{
color: #A1D764;
}
</style>
background-color css
<style>
a { background-color: #A1D764; }
a { background-color: rgb(161,215,100); }
div.DivClassName
{
background-color: #A1D764;
}
.BgClassName
{
background-color: #A1D764;
}
</style>
border-color css
<style>
span { border-color: #A1D764; }
span { border-color: rgb(161,215,100); }
td.TdClassName
{
border-color: #A1D764;
}
.TagClassName
{
border-color: #A1D764;
}
</style>