Shades of Conifer #ABE348
Tints of Conifer #ABE348
RGB
CMYK
RGB Variations
Color information
#ABE348 (or 0xABE348) is known color: Conifer. HEX triplet: AB, E3 and 48. RGB value is (171,227,72). Sum of RGB (Red+Green+Blue) = 171+227+72=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE348 is #541CB7. Grayscale: #C1C1C1. Windows color (decimal): -5512376 or 4776875. OLE color: 4776875.
HSL color Cylindrical-coordinate representation of color #ABE348: hue angle of 81.68º 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 #ABE348 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 72 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.11 |
| HSL | 81.68º | 0.73% | 0.59% | - |
| HSV(B) | 81.68º | 0.68% | 0.89% | - |
| XYZ | 45.43 | 64.06 | 16.1 | - |
| YUV | 192.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 72 | 0.25 | 0 | 0.68 | 0.11 | 81.68 | 0.73 | 0.59 |
| Hex | AB | E3 | 48 | 19 | 0 | 44 | B | 52 | 49 | 3B |
| Octal | 253 | 343 | 110 | 31 | 0 | 104 | 13 | 122 | 111 | 73 |
| Binary | 10101011 | 11100011 | 1001000 | 11001 | 0 | 1000100 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #ABE348
Complementary color
Monochromatic Colors of #ABE348
Black with #ABE348
Text Example
Text Example
White with #ABE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE348; }
p { color: rgb(171,227,72); }
H1.HeaderClassName
{
color: #ABE348;
}
.AnyTagClassName
{
color: #ABE348;
}
</style>
background-color css
<style>
a { background-color: #ABE348; }
a { background-color: rgb(171,227,72); }
div.DivClassName
{
background-color: #ABE348;
}
.BgClassName
{
background-color: #ABE348;
}
</style>
border-color css
<style>
span { border-color: #ABE348; }
span { border-color: rgb(171,227,72); }
td.TdClassName
{
border-color: #ABE348;
}
.TagClassName
{
border-color: #ABE348;
}
</style>