Shades of Conifer #ABEC6A
Tints of Conifer #ABEC6A
RGB
CMYK
RGB Variations
Color information
#ABEC6A (or 0xABEC6A) is known color: Conifer. HEX triplet: AB, EC and 6A. RGB value is (171,236,106). Sum of RGB (Red+Green+Blue) = 171+236+106=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC6A is #541395. Grayscale: #CACACA. Windows color (decimal): -5510038 or 7007403. OLE color: 7007403.
HSL color Cylindrical-coordinate representation of color #ABEC6A: hue angle of 90º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABEC6A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 106 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.07 |
| HSL | 90º | 0.77% | 0.67% | - |
| HSV(B) | 90º | 0.55% | 0.93% | - |
| XYZ | 49.39 | 69.69 | 24.48 | - |
| YUV | 201.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 106 | 0.28 | 0 | 0.55 | 0.07 | 90 | 0.77 | 0.67 |
| Hex | AB | EC | 6A | 1C | 0 | 37 | 7 | 5A | 4D | 43 |
| Octal | 253 | 354 | 152 | 34 | 0 | 67 | 7 | 132 | 115 | 103 |
| Binary | 10101011 | 11101100 | 1101010 | 11100 | 0 | 110111 | 111 | 1011010 | 1001101 | 1000011 |
Color Harmonies of #ABEC6A
Complementary color
Monochromatic Colors of #ABEC6A
Black with #ABEC6A
Text Example
Text Example
White with #ABEC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC6A; }
p { color: rgb(171,236,106); }
H1.HeaderClassName
{
color: #ABEC6A;
}
.AnyTagClassName
{
color: #ABEC6A;
}
</style>
background-color css
<style>
a { background-color: #ABEC6A; }
a { background-color: rgb(171,236,106); }
div.DivClassName
{
background-color: #ABEC6A;
}
.BgClassName
{
background-color: #ABEC6A;
}
</style>
border-color css
<style>
span { border-color: #ABEC6A; }
span { border-color: rgb(171,236,106); }
td.TdClassName
{
border-color: #ABEC6A;
}
.TagClassName
{
border-color: #ABEC6A;
}
</style>