Shades of Conifer #A0E165
Tints of Conifer #A0E165
RGB
CMYK
RGB Variations
Color information
#A0E165 (or 0xA0E165) is known color: Conifer. HEX triplet: A0, E1 and 65. RGB value is (160,225,101). Sum of RGB (Red+Green+Blue) = 160+225+101=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E165 is #5F1E9A. Grayscale: #BFBFBF. Windows color (decimal): -6233755 or 6676896. OLE color: 6676896.
HSL color Cylindrical-coordinate representation of color #A0E165: hue angle of 91.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0E165 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 101 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.12 |
| HSL | 91.45º | 0.67% | 0.64% | - |
| HSV(B) | 91.45º | 0.55% | 0.88% | - |
| XYZ | 43.77 | 62.26 | 22.02 | - |
| YUV | 191.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 101 | 0.29 | 0 | 0.55 | 0.12 | 91.45 | 0.67 | 0.64 |
| Hex | A0 | E1 | 65 | 1D | 0 | 37 | C | 5B | 43 | 40 |
| Octal | 240 | 341 | 145 | 35 | 0 | 67 | 14 | 133 | 103 | 100 |
| Binary | 10100000 | 11100001 | 1100101 | 11101 | 0 | 110111 | 1100 | 1011011 | 1000011 | 1000000 |
Color Harmonies of #A0E165
Complementary color
Monochromatic Colors of #A0E165
Black with #A0E165
Text Example
Text Example
White with #A0E165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E165; }
p { color: rgb(160,225,101); }
H1.HeaderClassName
{
color: #A0E165;
}
.AnyTagClassName
{
color: #A0E165;
}
</style>
background-color css
<style>
a { background-color: #A0E165; }
a { background-color: rgb(160,225,101); }
div.DivClassName
{
background-color: #A0E165;
}
.BgClassName
{
background-color: #A0E165;
}
</style>
border-color css
<style>
span { border-color: #A0E165; }
span { border-color: rgb(160,225,101); }
td.TdClassName
{
border-color: #A0E165;
}
.TagClassName
{
border-color: #A0E165;
}
</style>