Shades of Conifer #A0E965
Tints of Conifer #A0E965
RGB
CMYK
RGB Variations
Color information
#A0E965 (or 0xA0E965) is known color: Conifer. HEX triplet: A0, E9 and 65. RGB value is (160,233,101). Sum of RGB (Red+Green+Blue) = 160+233+101=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E965 is #5F169A. Grayscale: #C4C4C4. Windows color (decimal): -6231707 or 6678944. OLE color: 6678944.
HSL color Cylindrical-coordinate representation of color #A0E965: hue angle of 93.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0E965 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 101 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.09 |
| HSL | 93.18º | 0.75% | 0.65% | - |
| HSV(B) | 93.18º | 0.57% | 0.91% | - |
| XYZ | 45.99 | 66.69 | 22.76 | - |
| YUV | 196.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 101 | 0.31 | 0 | 0.57 | 0.09 | 93.18 | 0.75 | 0.65 |
| Hex | A0 | E9 | 65 | 1F | 0 | 39 | 9 | 5D | 4B | 41 |
| Octal | 240 | 351 | 145 | 37 | 0 | 71 | 11 | 135 | 113 | 101 |
| Binary | 10100000 | 11101001 | 1100101 | 11111 | 0 | 111001 | 1001 | 1011101 | 1001011 | 1000001 |
Color Harmonies of #A0E965
Complementary color
Monochromatic Colors of #A0E965
Black with #A0E965
Text Example
Text Example
White with #A0E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E965; }
p { color: rgb(160,233,101); }
H1.HeaderClassName
{
color: #A0E965;
}
.AnyTagClassName
{
color: #A0E965;
}
</style>
background-color css
<style>
a { background-color: #A0E965; }
a { background-color: rgb(160,233,101); }
div.DivClassName
{
background-color: #A0E965;
}
.BgClassName
{
background-color: #A0E965;
}
</style>
border-color css
<style>
span { border-color: #A0E965; }
span { border-color: rgb(160,233,101); }
td.TdClassName
{
border-color: #A0E965;
}
.TagClassName
{
border-color: #A0E965;
}
</style>