Shades of Conifer #A0D15E
Tints of Conifer #A0D15E
RGB
CMYK
RGB Variations
Color information
#A0D15E (or 0xA0D15E) is known color: Conifer. HEX triplet: A0, D1 and 5E. RGB value is (160,209,94). Sum of RGB (Red+Green+Blue) = 160+209+94=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D15E is #5F2EA1. Grayscale: #B5B5B5. Windows color (decimal): -6237858 or 6214048. OLE color: 6214048.
HSL color Cylindrical-coordinate representation of color #A0D15E: hue angle of 85.57º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0D15E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 94 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.18 |
| HSL | 85.57º | 0.56% | 0.59% | - |
| HSV(B) | 85.57º | 0.55% | 0.82% | - |
| XYZ | 39.32 | 53.88 | 18.92 | - |
| YUV | 181.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 94 | 0.23 | 0 | 0.55 | 0.18 | 85.57 | 0.56 | 0.59 |
| Hex | A0 | D1 | 5E | 17 | 0 | 37 | 12 | 56 | 38 | 3B |
| Octal | 240 | 321 | 136 | 27 | 0 | 67 | 22 | 126 | 70 | 73 |
| Binary | 10100000 | 11010001 | 1011110 | 10111 | 0 | 110111 | 10010 | 1010110 | 111000 | 111011 |
Color Harmonies of #A0D15E
Complementary color
Monochromatic Colors of #A0D15E
Black with #A0D15E
Text Example
Text Example
White with #A0D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D15E; }
p { color: rgb(160,209,94); }
H1.HeaderClassName
{
color: #A0D15E;
}
.AnyTagClassName
{
color: #A0D15E;
}
</style>
background-color css
<style>
a { background-color: #A0D15E; }
a { background-color: rgb(160,209,94); }
div.DivClassName
{
background-color: #A0D15E;
}
.BgClassName
{
background-color: #A0D15E;
}
</style>
border-color css
<style>
span { border-color: #A0D15E; }
span { border-color: rgb(160,209,94); }
td.TdClassName
{
border-color: #A0D15E;
}
.TagClassName
{
border-color: #A0D15E;
}
</style>