Shades of Conifer #A0EA4C
Tints of Conifer #A0EA4C
RGB
CMYK
RGB Variations
Color information
#A0EA4C (or 0xA0EA4C) is known color: Conifer. HEX triplet: A0, EA and 4C. RGB value is (160,234,76). Sum of RGB (Red+Green+Blue) = 160+234+76=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA4C is #5F15B3. Grayscale: #C2C2C2. Windows color (decimal): -6231476 or 5040800. OLE color: 5040800.
HSL color Cylindrical-coordinate representation of color #A0EA4C: hue angle of 88.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0EA4C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 76 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.08 |
| HSL | 88.1º | 0.79% | 0.61% | - |
| HSV(B) | 88.1º | 0.68% | 0.92% | - |
| XYZ | 45.22 | 66.84 | 17.36 | - |
| YUV | 193.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 76 | 0.32 | 0 | 0.68 | 0.08 | 88.1 | 0.79 | 0.61 |
| Hex | A0 | EA | 4C | 20 | 0 | 44 | 8 | 58 | 4F | 3D |
| Octal | 240 | 352 | 114 | 40 | 0 | 104 | 10 | 130 | 117 | 75 |
| Binary | 10100000 | 11101010 | 1001100 | 100000 | 0 | 1000100 | 1000 | 1011000 | 1001111 | 111101 |
Color Harmonies of #A0EA4C
Complementary color
Monochromatic Colors of #A0EA4C
Black with #A0EA4C
Text Example
Text Example
White with #A0EA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA4C; }
p { color: rgb(160,234,76); }
H1.HeaderClassName
{
color: #A0EA4C;
}
.AnyTagClassName
{
color: #A0EA4C;
}
</style>
background-color css
<style>
a { background-color: #A0EA4C; }
a { background-color: rgb(160,234,76); }
div.DivClassName
{
background-color: #A0EA4C;
}
.BgClassName
{
background-color: #A0EA4C;
}
</style>
border-color css
<style>
span { border-color: #A0EA4C; }
span { border-color: rgb(160,234,76); }
td.TdClassName
{
border-color: #A0EA4C;
}
.TagClassName
{
border-color: #A0EA4C;
}
</style>