Shades of Conifer #A0D25C
Tints of Conifer #A0D25C
RGB
CMYK
RGB Variations
Color information
#A0D25C (or 0xA0D25C) is known color: Conifer. HEX triplet: A0, D2 and 5C. RGB value is (160,210,92). Sum of RGB (Red+Green+Blue) = 160+210+92=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D25C is #5F2DA3. Grayscale: #B6B6B6. Windows color (decimal): -6237604 or 6083232. OLE color: 6083232.
HSL color Cylindrical-coordinate representation of color #A0D25C: hue angle of 85.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0D25C is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 92 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.18 |
| HSL | 85.42º | 0.57% | 0.59% | - |
| HSV(B) | 85.42º | 0.56% | 0.82% | - |
| XYZ | 39.48 | 54.34 | 18.53 | - |
| YUV | 181.6 | 77.44 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 92 | 0.24 | 0 | 0.56 | 0.18 | 85.42 | 0.57 | 0.59 |
| Hex | A0 | D2 | 5C | 18 | 0 | 38 | 12 | 55 | 39 | 3B |
| Octal | 240 | 322 | 134 | 30 | 0 | 70 | 22 | 125 | 71 | 73 |
| Binary | 10100000 | 11010010 | 1011100 | 11000 | 0 | 111000 | 10010 | 1010101 | 111001 | 111011 |
Color Harmonies of #A0D25C
Complementary color
Monochromatic Colors of #A0D25C
Black with #A0D25C
Text Example
Text Example
White with #A0D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D25C; }
p { color: rgb(160,210,92); }
H1.HeaderClassName
{
color: #A0D25C;
}
.AnyTagClassName
{
color: #A0D25C;
}
</style>
background-color css
<style>
a { background-color: #A0D25C; }
a { background-color: rgb(160,210,92); }
div.DivClassName
{
background-color: #A0D25C;
}
.BgClassName
{
background-color: #A0D25C;
}
</style>
border-color css
<style>
span { border-color: #A0D25C; }
span { border-color: rgb(160,210,92); }
td.TdClassName
{
border-color: #A0D25C;
}
.TagClassName
{
border-color: #A0D25C;
}
</style>