Shades of Conifer #ABEC44
Tints of Conifer #ABEC44
RGB
CMYK
RGB Variations
Color information
#ABEC44 (or 0xABEC44) is known color: Conifer. HEX triplet: AB, EC and 44. RGB value is (171,236,68). Sum of RGB (Red+Green+Blue) = 171+236+68=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEC44 is #5413BB. Grayscale: #C6C6C6. Windows color (decimal): -5510076 or 4517035. OLE color: 4517035.
HSL color Cylindrical-coordinate representation of color #ABEC44: hue angle of 83.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABEC44 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 68 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.07 |
| HSL | 83.21º | 0.82% | 0.6% | - |
| HSV(B) | 83.21º | 0.71% | 0.93% | - |
| XYZ | 47.83 | 69.07 | 16.28 | - |
| YUV | 197.41 | 54.97 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 68 | 0.28 | 0 | 0.71 | 0.07 | 83.21 | 0.82 | 0.6 |
| Hex | AB | EC | 44 | 1C | 0 | 47 | 7 | 53 | 52 | 3C |
| Octal | 253 | 354 | 104 | 34 | 0 | 107 | 7 | 123 | 122 | 74 |
| Binary | 10101011 | 11101100 | 1000100 | 11100 | 0 | 1000111 | 111 | 1010011 | 1010010 | 111100 |
Color Harmonies of #ABEC44
Complementary color
Monochromatic Colors of #ABEC44
Black with #ABEC44
Text Example
Text Example
White with #ABEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC44; }
p { color: rgb(171,236,68); }
H1.HeaderClassName
{
color: #ABEC44;
}
.AnyTagClassName
{
color: #ABEC44;
}
</style>
background-color css
<style>
a { background-color: #ABEC44; }
a { background-color: rgb(171,236,68); }
div.DivClassName
{
background-color: #ABEC44;
}
.BgClassName
{
background-color: #ABEC44;
}
</style>
border-color css
<style>
span { border-color: #ABEC44; }
span { border-color: rgb(171,236,68); }
td.TdClassName
{
border-color: #ABEC44;
}
.TagClassName
{
border-color: #ABEC44;
}
</style>