Shades of Conifer #ABE344
Tints of Conifer #ABE344
RGB
CMYK
RGB Variations
Color information
#ABE344 (or 0xABE344) is known color: Conifer. HEX triplet: AB, E3 and 44. RGB value is (171,227,68). Sum of RGB (Red+Green+Blue) = 171+227+68=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE344 is #541CBB. Grayscale: #C0C0C0. Windows color (decimal): -5512380 or 4514731. OLE color: 4514731.
HSL color Cylindrical-coordinate representation of color #ABE344: hue angle of 81.13º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABE344 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 68 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.11 |
| HSL | 81.13º | 0.74% | 0.58% | - |
| HSV(B) | 81.13º | 0.7% | 0.89% | - |
| XYZ | 45.31 | 64.01 | 15.44 | - |
| YUV | 192.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 68 | 0.25 | 0 | 0.70 | 0.11 | 81.13 | 0.74 | 0.58 |
| Hex | AB | E3 | 44 | 19 | 0 | 46 | B | 51 | 4A | 3A |
| Octal | 253 | 343 | 104 | 31 | 0 | 106 | 13 | 121 | 112 | 72 |
| Binary | 10101011 | 11100011 | 1000100 | 11001 | 0 | 1000110 | 1011 | 1010001 | 1001010 | 111010 |
Color Harmonies of #ABE344
Complementary color
Monochromatic Colors of #ABE344
Black with #ABE344
Text Example
Text Example
White with #ABE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE344; }
p { color: rgb(171,227,68); }
H1.HeaderClassName
{
color: #ABE344;
}
.AnyTagClassName
{
color: #ABE344;
}
</style>
background-color css
<style>
a { background-color: #ABE344; }
a { background-color: rgb(171,227,68); }
div.DivClassName
{
background-color: #ABE344;
}
.BgClassName
{
background-color: #ABE344;
}
</style>
border-color css
<style>
span { border-color: #ABE344; }
span { border-color: rgb(171,227,68); }
td.TdClassName
{
border-color: #ABE344;
}
.TagClassName
{
border-color: #ABE344;
}
</style>