Shades of Conifer #A4EC54
Tints of Conifer #A4EC54
RGB
CMYK
RGB Variations
Color information
#A4EC54 (or 0xA4EC54) is known color: Conifer. HEX triplet: A4, EC and 54. RGB value is (164,236,84). Sum of RGB (Red+Green+Blue) = 164+236+84=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC54 is #5B13AB. Grayscale: #C5C5C5. Windows color (decimal): -5968812 or 5565604. OLE color: 5565604.
HSL color Cylindrical-coordinate representation of color #A4EC54: hue angle of 88.42º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4EC54 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 84 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.07 |
| HSL | 88.42º | 0.8% | 0.63% | - |
| HSV(B) | 88.42º | 0.64% | 0.93% | - |
| XYZ | 46.91 | 68.52 | 19.14 | - |
| YUV | 197.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 84 | 0.31 | 0 | 0.64 | 0.07 | 88.42 | 0.8 | 0.63 |
| Hex | A4 | EC | 54 | 1F | 0 | 40 | 7 | 58 | 50 | 3F |
| Octal | 244 | 354 | 124 | 37 | 0 | 100 | 7 | 130 | 120 | 77 |
| Binary | 10100100 | 11101100 | 1010100 | 11111 | 0 | 1000000 | 111 | 1011000 | 1010000 | 111111 |
Color Harmonies of #A4EC54
Complementary color
Monochromatic Colors of #A4EC54
Black with #A4EC54
Text Example
Text Example
White with #A4EC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EC54; }
p { color: rgb(164,236,84); }
H1.HeaderClassName
{
color: #A4EC54;
}
.AnyTagClassName
{
color: #A4EC54;
}
</style>
background-color css
<style>
a { background-color: #A4EC54; }
a { background-color: rgb(164,236,84); }
div.DivClassName
{
background-color: #A4EC54;
}
.BgClassName
{
background-color: #A4EC54;
}
</style>
border-color css
<style>
span { border-color: #A4EC54; }
span { border-color: rgb(164,236,84); }
td.TdClassName
{
border-color: #A4EC54;
}
.TagClassName
{
border-color: #A4EC54;
}
</style>