Shades of Conifer #A0D461
Tints of Conifer #A0D461
RGB
CMYK
RGB Variations
Color information
#A0D461 (or 0xA0D461) is known color: Conifer. HEX triplet: A0, D4 and 61. RGB value is (160,212,97). Sum of RGB (Red+Green+Blue) = 160+212+97=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D461 is #5F2B9E. Grayscale: #B7B7B7. Windows color (decimal): -6237087 or 6411424. OLE color: 6411424.
HSL color Cylindrical-coordinate representation of color #A0D461: hue angle of 87.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0D461 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 212 | 97 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.17 |
| HSL | 87.13º | 0.57% | 0.61% | - |
| HSV(B) | 87.13º | 0.54% | 0.83% | - |
| XYZ | 40.2 | 55.42 | 19.89 | - |
| YUV | 183.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 212 | 97 | 0.25 | 0 | 0.54 | 0.17 | 87.13 | 0.57 | 0.61 |
| Hex | A0 | D4 | 61 | 19 | 0 | 36 | 11 | 57 | 39 | 3D |
| Octal | 240 | 324 | 141 | 31 | 0 | 66 | 21 | 127 | 71 | 75 |
| Binary | 10100000 | 11010100 | 1100001 | 11001 | 0 | 110110 | 10001 | 1010111 | 111001 | 111101 |
Color Harmonies of #A0D461
Complementary color
Monochromatic Colors of #A0D461
Black with #A0D461
Text Example
Text Example
White with #A0D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D461; }
p { color: rgb(160,212,97); }
H1.HeaderClassName
{
color: #A0D461;
}
.AnyTagClassName
{
color: #A0D461;
}
</style>
background-color css
<style>
a { background-color: #A0D461; }
a { background-color: rgb(160,212,97); }
div.DivClassName
{
background-color: #A0D461;
}
.BgClassName
{
background-color: #A0D461;
}
</style>
border-color css
<style>
span { border-color: #A0D461; }
span { border-color: rgb(160,212,97); }
td.TdClassName
{
border-color: #A0D461;
}
.TagClassName
{
border-color: #A0D461;
}
</style>