Shades of Conifer #ABE349
Tints of Conifer #ABE349
RGB
CMYK
RGB Variations
Color information
#ABE349 (or 0xABE349) is known color: Conifer. HEX triplet: AB, E3 and 49. RGB value is (171,227,73). Sum of RGB (Red+Green+Blue) = 171+227+73=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE349 is #541CB6. Grayscale: #C1C1C1. Windows color (decimal): -5512375 or 4842411. OLE color: 4842411.
HSL color Cylindrical-coordinate representation of color #ABE349: hue angle of 81.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABE349 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 73 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.11 |
| HSL | 81.82º | 0.73% | 0.59% | - |
| HSV(B) | 81.82º | 0.68% | 0.89% | - |
| XYZ | 45.47 | 64.08 | 16.28 | - |
| YUV | 192.7 | 60.45 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 73 | 0.25 | 0 | 0.68 | 0.11 | 81.82 | 0.73 | 0.59 |
| Hex | AB | E3 | 49 | 19 | 0 | 44 | B | 52 | 49 | 3B |
| Octal | 253 | 343 | 111 | 31 | 0 | 104 | 13 | 122 | 111 | 73 |
| Binary | 10101011 | 11100011 | 1001001 | 11001 | 0 | 1000100 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #ABE349
Complementary color
Monochromatic Colors of #ABE349
Black with #ABE349
Text Example
Text Example
White with #ABE349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE349; }
p { color: rgb(171,227,73); }
H1.HeaderClassName
{
color: #ABE349;
}
.AnyTagClassName
{
color: #ABE349;
}
</style>
background-color css
<style>
a { background-color: #ABE349; }
a { background-color: rgb(171,227,73); }
div.DivClassName
{
background-color: #ABE349;
}
.BgClassName
{
background-color: #ABE349;
}
</style>
border-color css
<style>
span { border-color: #ABE349; }
span { border-color: rgb(171,227,73); }
td.TdClassName
{
border-color: #ABE349;
}
.TagClassName
{
border-color: #ABE349;
}
</style>