Shades of Conifer #ABEC63
Tints of Conifer #ABEC63
RGB
CMYK
RGB Variations
Color information
#ABEC63 (or 0xABEC63) is known color: Conifer. HEX triplet: AB, EC and 63. RGB value is (171,236,99). Sum of RGB (Red+Green+Blue) = 171+236+99=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC63 is #54139C. Grayscale: #C9C9C9. Windows color (decimal): -5510045 or 6548651. OLE color: 6548651.
HSL color Cylindrical-coordinate representation of color #ABEC63: hue angle of 88.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABEC63 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 99 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.07 |
| HSL | 88.47º | 0.78% | 0.66% | - |
| HSV(B) | 88.47º | 0.58% | 0.93% | - |
| XYZ | 49.04 | 69.55 | 22.64 | - |
| YUV | 200.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 99 | 0.28 | 0 | 0.58 | 0.07 | 88.47 | 0.78 | 0.66 |
| Hex | AB | EC | 63 | 1C | 0 | 3A | 7 | 58 | 4E | 42 |
| Octal | 253 | 354 | 143 | 34 | 0 | 72 | 7 | 130 | 116 | 102 |
| Binary | 10101011 | 11101100 | 1100011 | 11100 | 0 | 111010 | 111 | 1011000 | 1001110 | 1000010 |
Color Harmonies of #ABEC63
Complementary color
Monochromatic Colors of #ABEC63
Black with #ABEC63
Text Example
Text Example
White with #ABEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC63; }
p { color: rgb(171,236,99); }
H1.HeaderClassName
{
color: #ABEC63;
}
.AnyTagClassName
{
color: #ABEC63;
}
</style>
background-color css
<style>
a { background-color: #ABEC63; }
a { background-color: rgb(171,236,99); }
div.DivClassName
{
background-color: #ABEC63;
}
.BgClassName
{
background-color: #ABEC63;
}
</style>
border-color css
<style>
span { border-color: #ABEC63; }
span { border-color: rgb(171,236,99); }
td.TdClassName
{
border-color: #ABEC63;
}
.TagClassName
{
border-color: #ABEC63;
}
</style>