Shades of Conifer #ABEC68
Tints of Conifer #ABEC68
RGB
CMYK
RGB Variations
Color information
#ABEC68 (or 0xABEC68) is known color: Conifer. HEX triplet: AB, EC and 68. RGB value is (171,236,104). Sum of RGB (Red+Green+Blue) = 171+236+104=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC68 is #541397. Grayscale: #C9C9C9. Windows color (decimal): -5510040 or 6876331. OLE color: 6876331.
HSL color Cylindrical-coordinate representation of color #ABEC68: hue angle of 89.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABEC68 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 104 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.07 |
| HSL | 89.55º | 0.78% | 0.67% | - |
| HSV(B) | 89.55º | 0.56% | 0.93% | - |
| XYZ | 49.29 | 69.65 | 23.94 | - |
| YUV | 201.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 104 | 0.28 | 0 | 0.56 | 0.07 | 89.55 | 0.78 | 0.67 |
| Hex | AB | EC | 68 | 1C | 0 | 38 | 7 | 5A | 4E | 43 |
| Octal | 253 | 354 | 150 | 34 | 0 | 70 | 7 | 132 | 116 | 103 |
| Binary | 10101011 | 11101100 | 1101000 | 11100 | 0 | 111000 | 111 | 1011010 | 1001110 | 1000011 |
Color Harmonies of #ABEC68
Complementary color
Monochromatic Colors of #ABEC68
Black with #ABEC68
Text Example
Text Example
White with #ABEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC68; }
p { color: rgb(171,236,104); }
H1.HeaderClassName
{
color: #ABEC68;
}
.AnyTagClassName
{
color: #ABEC68;
}
</style>
background-color css
<style>
a { background-color: #ABEC68; }
a { background-color: rgb(171,236,104); }
div.DivClassName
{
background-color: #ABEC68;
}
.BgClassName
{
background-color: #ABEC68;
}
</style>
border-color css
<style>
span { border-color: #ABEC68; }
span { border-color: rgb(171,236,104); }
td.TdClassName
{
border-color: #ABEC68;
}
.TagClassName
{
border-color: #ABEC68;
}
</style>