Shades of Conifer #ABEC69
Tints of Conifer #ABEC69
RGB
CMYK
RGB Variations
Color information
#ABEC69 (or 0xABEC69) is known color: Conifer. HEX triplet: AB, EC and 69. RGB value is (171,236,105). Sum of RGB (Red+Green+Blue) = 171+236+105=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC69 is #541396. Grayscale: #CACACA. Windows color (decimal): -5510039 or 6941867. OLE color: 6941867.
HSL color Cylindrical-coordinate representation of color #ABEC69: hue angle of 89.77º 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 #ABEC69 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 105 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.07 |
| HSL | 89.77º | 0.78% | 0.67% | - |
| HSV(B) | 89.77º | 0.56% | 0.93% | - |
| XYZ | 49.34 | 69.67 | 24.21 | - |
| YUV | 201.63 | 73.47 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 105 | 0.28 | 0 | 0.56 | 0.07 | 89.77 | 0.78 | 0.67 |
| Hex | AB | EC | 69 | 1C | 0 | 38 | 7 | 5A | 4E | 43 |
| Octal | 253 | 354 | 151 | 34 | 0 | 70 | 7 | 132 | 116 | 103 |
| Binary | 10101011 | 11101100 | 1101001 | 11100 | 0 | 111000 | 111 | 1011010 | 1001110 | 1000011 |
Color Harmonies of #ABEC69
Complementary color
Monochromatic Colors of #ABEC69
Black with #ABEC69
Text Example
Text Example
White with #ABEC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC69; }
p { color: rgb(171,236,105); }
H1.HeaderClassName
{
color: #ABEC69;
}
.AnyTagClassName
{
color: #ABEC69;
}
</style>
background-color css
<style>
a { background-color: #ABEC69; }
a { background-color: rgb(171,236,105); }
div.DivClassName
{
background-color: #ABEC69;
}
.BgClassName
{
background-color: #ABEC69;
}
</style>
border-color css
<style>
span { border-color: #ABEC69; }
span { border-color: rgb(171,236,105); }
td.TdClassName
{
border-color: #ABEC69;
}
.TagClassName
{
border-color: #ABEC69;
}
</style>