Shades of Conifer #A1D767
Tints of Conifer #A1D767
RGB
CMYK
RGB Variations
Color information
#A1D767 (or 0xA1D767) is known color: Conifer. HEX triplet: A1, D7 and 67. RGB value is (161,215,103). Sum of RGB (Red+Green+Blue) = 161+215+103=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D767 is #5E2898. Grayscale: #BABABA. Windows color (decimal): -6170777 or 6805409. OLE color: 6805409.
HSL color Cylindrical-coordinate representation of color #A1D767: hue angle of 88.93º 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 #A1D767 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 103 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.16 |
| HSL | 88.93º | 0.58% | 0.62% | - |
| HSV(B) | 88.93º | 0.52% | 0.84% | - |
| XYZ | 41.45 | 57.16 | 21.68 | - |
| YUV | 186.09 | 81.11 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 103 | 0.25 | 0 | 0.52 | 0.16 | 88.93 | 0.58 | 0.62 |
| Hex | A1 | D7 | 67 | 19 | 0 | 34 | 10 | 59 | 3A | 3E |
| Octal | 241 | 327 | 147 | 31 | 0 | 64 | 20 | 131 | 72 | 76 |
| Binary | 10100001 | 11010111 | 1100111 | 11001 | 0 | 110100 | 10000 | 1011001 | 111010 | 111110 |
Color Harmonies of #A1D767
Complementary color
Monochromatic Colors of #A1D767
Black with #A1D767
Text Example
Text Example
White with #A1D767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D767; }
p { color: rgb(161,215,103); }
H1.HeaderClassName
{
color: #A1D767;
}
.AnyTagClassName
{
color: #A1D767;
}
</style>
background-color css
<style>
a { background-color: #A1D767; }
a { background-color: rgb(161,215,103); }
div.DivClassName
{
background-color: #A1D767;
}
.BgClassName
{
background-color: #A1D767;
}
</style>
border-color css
<style>
span { border-color: #A1D767; }
span { border-color: rgb(161,215,103); }
td.TdClassName
{
border-color: #A1D767;
}
.TagClassName
{
border-color: #A1D767;
}
</style>