Shades of Conifer #A0D95C
Tints of Conifer #A0D95C
RGB
CMYK
RGB Variations
Color information
#A0D95C (or 0xA0D95C) is known color: Conifer. HEX triplet: A0, D9 and 5C. RGB value is (160,217,92). Sum of RGB (Red+Green+Blue) = 160+217+92=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D95C is #5F26A3. Grayscale: #BABABA. Windows color (decimal): -6235812 or 6085024. OLE color: 6085024.
HSL color Cylindrical-coordinate representation of color #A0D95C: hue angle of 87.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D95C is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 92 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.15 |
| HSL | 87.36º | 0.62% | 0.61% | - |
| HSV(B) | 87.36º | 0.58% | 0.85% | - |
| XYZ | 41.24 | 57.87 | 19.12 | - |
| YUV | 185.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 92 | 0.26 | 0 | 0.58 | 0.15 | 87.36 | 0.62 | 0.61 |
| Hex | A0 | D9 | 5C | 1A | 0 | 3A | F | 57 | 3E | 3D |
| Octal | 240 | 331 | 134 | 32 | 0 | 72 | 17 | 127 | 76 | 75 |
| Binary | 10100000 | 11011001 | 1011100 | 11010 | 0 | 111010 | 1111 | 1010111 | 111110 | 111101 |
Color Harmonies of #A0D95C
Complementary color
Monochromatic Colors of #A0D95C
Black with #A0D95C
Text Example
Text Example
White with #A0D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D95C; }
p { color: rgb(160,217,92); }
H1.HeaderClassName
{
color: #A0D95C;
}
.AnyTagClassName
{
color: #A0D95C;
}
</style>
background-color css
<style>
a { background-color: #A0D95C; }
a { background-color: rgb(160,217,92); }
div.DivClassName
{
background-color: #A0D95C;
}
.BgClassName
{
background-color: #A0D95C;
}
</style>
border-color css
<style>
span { border-color: #A0D95C; }
span { border-color: rgb(160,217,92); }
td.TdClassName
{
border-color: #A0D95C;
}
.TagClassName
{
border-color: #A0D95C;
}
</style>