Shades of Conifer #ABEC6B
Tints of Conifer #ABEC6B
RGB
CMYK
RGB Variations
Color information
#ABEC6B (or 0xABEC6B) is known color: Conifer. HEX triplet: AB, EC and 6B. RGB value is (171,236,107). Sum of RGB (Red+Green+Blue) = 171+236+107=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC6B is #541394. Grayscale: #CACACA. Windows color (decimal): -5510037 or 7072939. OLE color: 7072939.
HSL color Cylindrical-coordinate representation of color #ABEC6B: hue angle of 90.23º 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 #ABEC6B is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 107 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.07 |
| HSL | 90.23º | 0.77% | 0.67% | - |
| HSV(B) | 90.23º | 0.55% | 0.93% | - |
| XYZ | 49.44 | 69.71 | 24.76 | - |
| YUV | 201.86 | 74.47 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 107 | 0.28 | 0 | 0.55 | 0.07 | 90.23 | 0.77 | 0.67 |
| Hex | AB | EC | 6B | 1C | 0 | 37 | 7 | 5A | 4D | 43 |
| Octal | 253 | 354 | 153 | 34 | 0 | 67 | 7 | 132 | 115 | 103 |
| Binary | 10101011 | 11101100 | 1101011 | 11100 | 0 | 110111 | 111 | 1011010 | 1001101 | 1000011 |
Color Harmonies of #ABEC6B
Complementary color
Monochromatic Colors of #ABEC6B
Black with #ABEC6B
Text Example
Text Example
White with #ABEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC6B; }
p { color: rgb(171,236,107); }
H1.HeaderClassName
{
color: #ABEC6B;
}
.AnyTagClassName
{
color: #ABEC6B;
}
</style>
background-color css
<style>
a { background-color: #ABEC6B; }
a { background-color: rgb(171,236,107); }
div.DivClassName
{
background-color: #ABEC6B;
}
.BgClassName
{
background-color: #ABEC6B;
}
</style>
border-color css
<style>
span { border-color: #ABEC6B; }
span { border-color: rgb(171,236,107); }
td.TdClassName
{
border-color: #ABEC6B;
}
.TagClassName
{
border-color: #ABEC6B;
}
</style>