Shades of Conifer #ABEC43
Tints of Conifer #ABEC43
RGB
CMYK
RGB Variations
Color information
#ABEC43 (or 0xABEC43) is known color: Conifer. HEX triplet: AB, EC and 43. RGB value is (171,236,67). Sum of RGB (Red+Green+Blue) = 171+236+67=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEC43 is #5413BC. Grayscale: #C5C5C5. Windows color (decimal): -5510077 or 4451499. OLE color: 4451499.
HSL color Cylindrical-coordinate representation of color #ABEC43: hue angle of 83.08º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABEC43 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 67 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.07 |
| HSL | 83.08º | 0.82% | 0.59% | - |
| HSV(B) | 83.08º | 0.72% | 0.93% | - |
| XYZ | 47.8 | 69.05 | 16.12 | - |
| YUV | 197.3 | 54.47 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 67 | 0.28 | 0 | 0.72 | 0.07 | 83.08 | 0.82 | 0.59 |
| Hex | AB | EC | 43 | 1C | 0 | 48 | 7 | 53 | 52 | 3B |
| Octal | 253 | 354 | 103 | 34 | 0 | 110 | 7 | 123 | 122 | 73 |
| Binary | 10101011 | 11101100 | 1000011 | 11100 | 0 | 1001000 | 111 | 1010011 | 1010010 | 111011 |
Color Harmonies of #ABEC43
Complementary color
Monochromatic Colors of #ABEC43
Black with #ABEC43
Text Example
Text Example
White with #ABEC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEC43; }
p { color: rgb(171,236,67); }
H1.HeaderClassName
{
color: #ABEC43;
}
.AnyTagClassName
{
color: #ABEC43;
}
</style>
background-color css
<style>
a { background-color: #ABEC43; }
a { background-color: rgb(171,236,67); }
div.DivClassName
{
background-color: #ABEC43;
}
.BgClassName
{
background-color: #ABEC43;
}
</style>
border-color css
<style>
span { border-color: #ABEC43; }
span { border-color: rgb(171,236,67); }
td.TdClassName
{
border-color: #ABEC43;
}
.TagClassName
{
border-color: #ABEC43;
}
</style>