Shades of Conifer #ABEC4E
Tints of Conifer #ABEC4E
RGB
CMYK
RGB Variations
Color information
#ABEC4E (or 0xABEC4E) is known color: Conifer. HEX triplet: AB, EC and 4E. RGB value is (171,236,78). Sum of RGB (Red+Green+Blue) = 171+236+78=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC4E is #5413B1. Grayscale: #C7C7C7. Windows color (decimal): -5510066 or 5172395. OLE color: 5172395.
HSL color Cylindrical-coordinate representation of color #ABEC4E: hue angle of 84.68º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABEC4E is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 78 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.07 |
| HSL | 84.68º | 0.81% | 0.62% | - |
| HSV(B) | 84.68º | 0.67% | 0.93% | - |
| XYZ | 48.17 | 69.2 | 18.03 | - |
| YUV | 198.55 | 59.97 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 78 | 0.28 | 0 | 0.67 | 0.07 | 84.68 | 0.81 | 0.62 |
| Hex | AB | EC | 4E | 1C | 0 | 43 | 7 | 55 | 51 | 3E |
| Octal | 253 | 354 | 116 | 34 | 0 | 103 | 7 | 125 | 121 | 76 |
| Binary | 10101011 | 11101100 | 1001110 | 11100 | 0 | 1000011 | 111 | 1010101 | 1010001 | 111110 |
Color Harmonies of #ABEC4E
Complementary color
Monochromatic Colors of #ABEC4E
Black with #ABEC4E
Text Example
Text Example
White with #ABEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC4E; }
p { color: rgb(171,236,78); }
H1.HeaderClassName
{
color: #ABEC4E;
}
.AnyTagClassName
{
color: #ABEC4E;
}
</style>
background-color css
<style>
a { background-color: #ABEC4E; }
a { background-color: rgb(171,236,78); }
div.DivClassName
{
background-color: #ABEC4E;
}
.BgClassName
{
background-color: #ABEC4E;
}
</style>
border-color css
<style>
span { border-color: #ABEC4E; }
span { border-color: rgb(171,236,78); }
td.TdClassName
{
border-color: #ABEC4E;
}
.TagClassName
{
border-color: #ABEC4E;
}
</style>