Shades of Conifer #A0D75D
Tints of Conifer #A0D75D
RGB
CMYK
RGB Variations
Color information
#A0D75D (or 0xA0D75D) is known color: Conifer. HEX triplet: A0, D7 and 5D. RGB value is (160,215,93). Sum of RGB (Red+Green+Blue) = 160+215+93=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D75D is #5F28A2. Grayscale: #B9B9B9. Windows color (decimal): -6236323 or 6150048. OLE color: 6150048.
HSL color Cylindrical-coordinate representation of color #A0D75D: hue angle of 87.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D75D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 93 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.16 |
| HSL | 87.05º | 0.6% | 0.6% | - |
| HSV(B) | 87.05º | 0.57% | 0.84% | - |
| XYZ | 40.77 | 56.86 | 19.18 | - |
| YUV | 184.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 93 | 0.26 | 0 | 0.57 | 0.16 | 87.05 | 0.6 | 0.6 |
| Hex | A0 | D7 | 5D | 1A | 0 | 39 | 10 | 57 | 3C | 3C |
| Octal | 240 | 327 | 135 | 32 | 0 | 71 | 20 | 127 | 74 | 74 |
| Binary | 10100000 | 11010111 | 1011101 | 11010 | 0 | 111001 | 10000 | 1010111 | 111100 | 111100 |
Color Harmonies of #A0D75D
Complementary color
Monochromatic Colors of #A0D75D
Black with #A0D75D
Text Example
Text Example
White with #A0D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D75D; }
p { color: rgb(160,215,93); }
H1.HeaderClassName
{
color: #A0D75D;
}
.AnyTagClassName
{
color: #A0D75D;
}
</style>
background-color css
<style>
a { background-color: #A0D75D; }
a { background-color: rgb(160,215,93); }
div.DivClassName
{
background-color: #A0D75D;
}
.BgClassName
{
background-color: #A0D75D;
}
</style>
border-color css
<style>
span { border-color: #A0D75D; }
span { border-color: rgb(160,215,93); }
td.TdClassName
{
border-color: #A0D75D;
}
.TagClassName
{
border-color: #A0D75D;
}
</style>