Shades of Conifer #A0E954
Tints of Conifer #A0E954
RGB
CMYK
RGB Variations
Color information
#A0E954 (or 0xA0E954) is known color: Conifer. HEX triplet: A0, E9 and 54. RGB value is (160,233,84). Sum of RGB (Red+Green+Blue) = 160+233+84=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E954 is #5F16AB. Grayscale: #C2C2C2. Windows color (decimal): -6231724 or 5564832. OLE color: 5564832.
HSL color Cylindrical-coordinate representation of color #A0E954: hue angle of 89.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0E954 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 84 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.09 |
| HSL | 89.4º | 0.77% | 0.62% | - |
| HSV(B) | 89.4º | 0.64% | 0.91% | - |
| XYZ | 45.24 | 66.39 | 18.82 | - |
| YUV | 194.19 | 65.82 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 84 | 0.31 | 0 | 0.64 | 0.09 | 89.4 | 0.77 | 0.62 |
| Hex | A0 | E9 | 54 | 1F | 0 | 40 | 9 | 59 | 4D | 3E |
| Octal | 240 | 351 | 124 | 37 | 0 | 100 | 11 | 131 | 115 | 76 |
| Binary | 10100000 | 11101001 | 1010100 | 11111 | 0 | 1000000 | 1001 | 1011001 | 1001101 | 111110 |
Color Harmonies of #A0E954
Complementary color
Monochromatic Colors of #A0E954
Black with #A0E954
Text Example
Text Example
White with #A0E954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E954; }
p { color: rgb(160,233,84); }
H1.HeaderClassName
{
color: #A0E954;
}
.AnyTagClassName
{
color: #A0E954;
}
</style>
background-color css
<style>
a { background-color: #A0E954; }
a { background-color: rgb(160,233,84); }
div.DivClassName
{
background-color: #A0E954;
}
.BgClassName
{
background-color: #A0E954;
}
</style>
border-color css
<style>
span { border-color: #A0E954; }
span { border-color: rgb(160,233,84); }
td.TdClassName
{
border-color: #A0E954;
}
.TagClassName
{
border-color: #A0E954;
}
</style>