Shades of Conifer #A0D667
Tints of Conifer #A0D667
RGB
CMYK
RGB Variations
Color information
#A0D667 (or 0xA0D667) is known color: Conifer. HEX triplet: A0, D6 and 67. RGB value is (160,214,103). Sum of RGB (Red+Green+Blue) = 160+214+103=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D667 is #5F2998. Grayscale: #B9B9B9. Windows color (decimal): -6236569 or 6805152. OLE color: 6805152.
HSL color Cylindrical-coordinate representation of color #A0D667: hue angle of 89.19º 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 #A0D667 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 103 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.16 |
| HSL | 89.19º | 0.58% | 0.62% | - |
| HSV(B) | 89.19º | 0.52% | 0.84% | - |
| XYZ | 40.99 | 56.55 | 21.59 | - |
| YUV | 185.2 | 81.61 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 103 | 0.25 | 0 | 0.52 | 0.16 | 89.19 | 0.58 | 0.62 |
| Hex | A0 | D6 | 67 | 19 | 0 | 34 | 10 | 59 | 3A | 3E |
| Octal | 240 | 326 | 147 | 31 | 0 | 64 | 20 | 131 | 72 | 76 |
| Binary | 10100000 | 11010110 | 1100111 | 11001 | 0 | 110100 | 10000 | 1011001 | 111010 | 111110 |
Color Harmonies of #A0D667
Complementary color
Monochromatic Colors of #A0D667
Black with #A0D667
Text Example
Text Example
White with #A0D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D667; }
p { color: rgb(160,214,103); }
H1.HeaderClassName
{
color: #A0D667;
}
.AnyTagClassName
{
color: #A0D667;
}
</style>
background-color css
<style>
a { background-color: #A0D667; }
a { background-color: rgb(160,214,103); }
div.DivClassName
{
background-color: #A0D667;
}
.BgClassName
{
background-color: #A0D667;
}
</style>
border-color css
<style>
span { border-color: #A0D667; }
span { border-color: rgb(160,214,103); }
td.TdClassName
{
border-color: #A0D667;
}
.TagClassName
{
border-color: #A0D667;
}
</style>