Shades of Conifer #A1D667
Tints of Conifer #A1D667
RGB
CMYK
RGB Variations
Color information
#A1D667 (or 0xA1D667) is known color: Conifer. HEX triplet: A1, D6 and 67. RGB value is (161,214,103). Sum of RGB (Red+Green+Blue) = 161+214+103=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D667 is #5E2998. Grayscale: #B9B9B9. Windows color (decimal): -6171033 or 6805153. OLE color: 6805153.
HSL color Cylindrical-coordinate representation of color #A1D667: hue angle of 88.65º 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 #A1D667 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 103 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.16 |
| HSL | 88.65º | 0.58% | 0.62% | - |
| HSV(B) | 88.65º | 0.52% | 0.84% | - |
| XYZ | 41.19 | 56.65 | 21.6 | - |
| YUV | 185.5 | 81.44 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 103 | 0.25 | 0 | 0.52 | 0.16 | 88.65 | 0.58 | 0.62 |
| Hex | A1 | D6 | 67 | 19 | 0 | 34 | 10 | 59 | 3A | 3E |
| Octal | 241 | 326 | 147 | 31 | 0 | 64 | 20 | 131 | 72 | 76 |
| Binary | 10100001 | 11010110 | 1100111 | 11001 | 0 | 110100 | 10000 | 1011001 | 111010 | 111110 |
Color Harmonies of #A1D667
Complementary color
Monochromatic Colors of #A1D667
Black with #A1D667
Text Example
Text Example
White with #A1D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D667; }
p { color: rgb(161,214,103); }
H1.HeaderClassName
{
color: #A1D667;
}
.AnyTagClassName
{
color: #A1D667;
}
</style>
background-color css
<style>
a { background-color: #A1D667; }
a { background-color: rgb(161,214,103); }
div.DivClassName
{
background-color: #A1D667;
}
.BgClassName
{
background-color: #A1D667;
}
</style>
border-color css
<style>
span { border-color: #A1D667; }
span { border-color: rgb(161,214,103); }
td.TdClassName
{
border-color: #A1D667;
}
.TagClassName
{
border-color: #A1D667;
}
</style>