Shades of Conifer #A0D565
Tints of Conifer #A0D565
RGB
CMYK
RGB Variations
Color information
#A0D565 (or 0xA0D565) is known color: Conifer. HEX triplet: A0, D5 and 65. RGB value is (160,213,101). Sum of RGB (Red+Green+Blue) = 160+213+101=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D565 is #5F2A9A. Grayscale: #B8B8B8. Windows color (decimal): -6236827 or 6673824. OLE color: 6673824.
HSL color Cylindrical-coordinate representation of color #A0D565: hue angle of 88.39º degrees, saturation: 0.57, 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 #A0D565 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 101 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.16 |
| HSL | 88.39º | 0.57% | 0.62% | - |
| HSV(B) | 88.39º | 0.53% | 0.84% | - |
| XYZ | 40.64 | 56 | 20.98 | - |
| YUV | 184.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 101 | 0.25 | 0 | 0.53 | 0.16 | 88.39 | 0.57 | 0.62 |
| Hex | A0 | D5 | 65 | 19 | 0 | 35 | 10 | 58 | 39 | 3E |
| Octal | 240 | 325 | 145 | 31 | 0 | 65 | 20 | 130 | 71 | 76 |
| Binary | 10100000 | 11010101 | 1100101 | 11001 | 0 | 110101 | 10000 | 1011000 | 111001 | 111110 |
Color Harmonies of #A0D565
Complementary color
Monochromatic Colors of #A0D565
Black with #A0D565
Text Example
Text Example
White with #A0D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D565; }
p { color: rgb(160,213,101); }
H1.HeaderClassName
{
color: #A0D565;
}
.AnyTagClassName
{
color: #A0D565;
}
</style>
background-color css
<style>
a { background-color: #A0D565; }
a { background-color: rgb(160,213,101); }
div.DivClassName
{
background-color: #A0D565;
}
.BgClassName
{
background-color: #A0D565;
}
</style>
border-color css
<style>
span { border-color: #A0D565; }
span { border-color: rgb(160,213,101); }
td.TdClassName
{
border-color: #A0D565;
}
.TagClassName
{
border-color: #A0D565;
}
</style>