Shades of Conifer #A0D758
Tints of Conifer #A0D758
RGB
CMYK
RGB Variations
Color information
#A0D758 (or 0xA0D758) is known color: Conifer. HEX triplet: A0, D7 and 58. RGB value is (160,215,88). Sum of RGB (Red+Green+Blue) = 160+215+88=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D758 is #5F28A7. Grayscale: #B8B8B8. Windows color (decimal): -6236328 or 5822368. OLE color: 5822368.
HSL color Cylindrical-coordinate representation of color #A0D758: hue angle of 85.98º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D758 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 88 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.16 |
| HSL | 85.98º | 0.61% | 0.59% | - |
| HSV(B) | 85.98º | 0.59% | 0.84% | - |
| XYZ | 40.56 | 56.78 | 18.05 | - |
| YUV | 184.08 | 73.78 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 88 | 0.26 | 0 | 0.59 | 0.16 | 85.98 | 0.61 | 0.59 |
| Hex | A0 | D7 | 58 | 1A | 0 | 3B | 10 | 56 | 3D | 3B |
| Octal | 240 | 327 | 130 | 32 | 0 | 73 | 20 | 126 | 75 | 73 |
| Binary | 10100000 | 11010111 | 1011000 | 11010 | 0 | 111011 | 10000 | 1010110 | 111101 | 111011 |
Color Harmonies of #A0D758
Complementary color
Monochromatic Colors of #A0D758
Black with #A0D758
Text Example
Text Example
White with #A0D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D758; }
p { color: rgb(160,215,88); }
H1.HeaderClassName
{
color: #A0D758;
}
.AnyTagClassName
{
color: #A0D758;
}
</style>
background-color css
<style>
a { background-color: #A0D758; }
a { background-color: rgb(160,215,88); }
div.DivClassName
{
background-color: #A0D758;
}
.BgClassName
{
background-color: #A0D758;
}
</style>
border-color css
<style>
span { border-color: #A0D758; }
span { border-color: rgb(160,215,88); }
td.TdClassName
{
border-color: #A0D758;
}
.TagClassName
{
border-color: #A0D758;
}
</style>