Shades of Conifer #A0D25A
Tints of Conifer #A0D25A
RGB
CMYK
RGB Variations
Color information
#A0D25A (or 0xA0D25A) is known color: Conifer. HEX triplet: A0, D2 and 5A. RGB value is (160,210,90). Sum of RGB (Red+Green+Blue) = 160+210+90=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D25A is #5F2DA5. Grayscale: #B5B5B5. Windows color (decimal): -6237606 or 5952160. OLE color: 5952160.
HSL color Cylindrical-coordinate representation of color #A0D25A: hue angle of 85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D25A is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 90 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.18 |
| HSL | 85º | 0.57% | 0.59% | - |
| HSV(B) | 85º | 0.57% | 0.82% | - |
| XYZ | 39.39 | 54.3 | 18.08 | - |
| YUV | 181.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 90 | 0.24 | 0 | 0.57 | 0.18 | 85 | 0.57 | 0.59 |
| Hex | A0 | D2 | 5A | 18 | 0 | 39 | 12 | 55 | 39 | 3B |
| Octal | 240 | 322 | 132 | 30 | 0 | 71 | 22 | 125 | 71 | 73 |
| Binary | 10100000 | 11010010 | 1011010 | 11000 | 0 | 111001 | 10010 | 1010101 | 111001 | 111011 |
Color Harmonies of #A0D25A
Complementary color
Monochromatic Colors of #A0D25A
Black with #A0D25A
Text Example
Text Example
White with #A0D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D25A; }
p { color: rgb(160,210,90); }
H1.HeaderClassName
{
color: #A0D25A;
}
.AnyTagClassName
{
color: #A0D25A;
}
</style>
background-color css
<style>
a { background-color: #A0D25A; }
a { background-color: rgb(160,210,90); }
div.DivClassName
{
background-color: #A0D25A;
}
.BgClassName
{
background-color: #A0D25A;
}
</style>
border-color css
<style>
span { border-color: #A0D25A; }
span { border-color: rgb(160,210,90); }
td.TdClassName
{
border-color: #A0D25A;
}
.TagClassName
{
border-color: #A0D25A;
}
</style>