Shades of Conifer #ABE340
Tints of Conifer #ABE340
RGB
CMYK
RGB Variations
Color information
#ABE340 (or 0xABE340) is known color: Conifer. HEX triplet: AB, E3 and 40. RGB value is (171,227,64). Sum of RGB (Red+Green+Blue) = 171+227+64=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE340 is #541CBF. Grayscale: #C0C0C0. Windows color (decimal): -5512384 or 4252587. OLE color: 4252587.
HSL color Cylindrical-coordinate representation of color #ABE340: hue angle of 80.61º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABE340 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 64 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.11 |
| HSL | 80.61º | 0.74% | 0.57% | - |
| HSV(B) | 80.61º | 0.72% | 0.89% | - |
| XYZ | 45.19 | 63.97 | 14.82 | - |
| YUV | 191.67 | 55.95 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 64 | 0.25 | 0 | 0.72 | 0.11 | 80.61 | 0.74 | 0.57 |
| Hex | AB | E3 | 40 | 19 | 0 | 48 | B | 51 | 4A | 39 |
| Octal | 253 | 343 | 100 | 31 | 0 | 110 | 13 | 121 | 112 | 71 |
| Binary | 10101011 | 11100011 | 1000000 | 11001 | 0 | 1001000 | 1011 | 1010001 | 1001010 | 111001 |
Color Harmonies of #ABE340
Complementary color
Monochromatic Colors of #ABE340
Black with #ABE340
Text Example
Text Example
White with #ABE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE340; }
p { color: rgb(171,227,64); }
H1.HeaderClassName
{
color: #ABE340;
}
.AnyTagClassName
{
color: #ABE340;
}
</style>
background-color css
<style>
a { background-color: #ABE340; }
a { background-color: rgb(171,227,64); }
div.DivClassName
{
background-color: #ABE340;
}
.BgClassName
{
background-color: #ABE340;
}
</style>
border-color css
<style>
span { border-color: #ABE340; }
span { border-color: rgb(171,227,64); }
td.TdClassName
{
border-color: #ABE340;
}
.TagClassName
{
border-color: #ABE340;
}
</style>