Shades of Conifer #A0D25E
Tints of Conifer #A0D25E
RGB
CMYK
RGB Variations
Color information
#A0D25E (or 0xA0D25E) is known color: Conifer. HEX triplet: A0, D2 and 5E. RGB value is (160,210,94). Sum of RGB (Red+Green+Blue) = 160+210+94=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D25E is #5F2DA1. Grayscale: #B6B6B6. Windows color (decimal): -6237602 or 6214304. OLE color: 6214304.
HSL color Cylindrical-coordinate representation of color #A0D25E: hue angle of 85.86º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0D25E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 94 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.18 |
| HSL | 85.86º | 0.56% | 0.6% | - |
| HSV(B) | 85.86º | 0.55% | 0.82% | - |
| XYZ | 39.56 | 54.37 | 19 | - |
| YUV | 181.83 | 78.44 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 94 | 0.24 | 0 | 0.55 | 0.18 | 85.86 | 0.56 | 0.6 |
| Hex | A0 | D2 | 5E | 18 | 0 | 37 | 12 | 56 | 38 | 3C |
| Octal | 240 | 322 | 136 | 30 | 0 | 67 | 22 | 126 | 70 | 74 |
| Binary | 10100000 | 11010010 | 1011110 | 11000 | 0 | 110111 | 10010 | 1010110 | 111000 | 111100 |
Color Harmonies of #A0D25E
Complementary color
Monochromatic Colors of #A0D25E
Black with #A0D25E
Text Example
Text Example
White with #A0D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D25E; }
p { color: rgb(160,210,94); }
H1.HeaderClassName
{
color: #A0D25E;
}
.AnyTagClassName
{
color: #A0D25E;
}
</style>
background-color css
<style>
a { background-color: #A0D25E; }
a { background-color: rgb(160,210,94); }
div.DivClassName
{
background-color: #A0D25E;
}
.BgClassName
{
background-color: #A0D25E;
}
</style>
border-color css
<style>
span { border-color: #A0D25E; }
span { border-color: rgb(160,210,94); }
td.TdClassName
{
border-color: #A0D25E;
}
.TagClassName
{
border-color: #A0D25E;
}
</style>