Shades of Conifer #ABE45B
Tints of Conifer #ABE45B
RGB
CMYK
RGB Variations
Color information
#ABE45B (or 0xABE45B) is known color: Conifer. HEX triplet: AB, E4 and 5B. RGB value is (171,228,91). Sum of RGB (Red+Green+Blue) = 171+228+91=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE45B is #541BA4. Grayscale: #C3C3C3. Windows color (decimal): -5512101 or 6022315. OLE color: 6022315.
HSL color Cylindrical-coordinate representation of color #ABE45B: hue angle of 84.96º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABE45B is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 91 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.11 |
| HSL | 84.96º | 0.72% | 0.63% | - |
| HSV(B) | 84.96º | 0.6% | 0.89% | - |
| XYZ | 46.43 | 64.9 | 19.98 | - |
| YUV | 195.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 91 | 0.25 | 0 | 0.60 | 0.11 | 84.96 | 0.72 | 0.63 |
| Hex | AB | E4 | 5B | 19 | 0 | 3C | B | 55 | 48 | 3F |
| Octal | 253 | 344 | 133 | 31 | 0 | 74 | 13 | 125 | 110 | 77 |
| Binary | 10101011 | 11100100 | 1011011 | 11001 | 0 | 111100 | 1011 | 1010101 | 1001000 | 111111 |
Color Harmonies of #ABE45B
Complementary color
Monochromatic Colors of #ABE45B
Black with #ABE45B
Text Example
Text Example
White with #ABE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE45B; }
p { color: rgb(171,228,91); }
H1.HeaderClassName
{
color: #ABE45B;
}
.AnyTagClassName
{
color: #ABE45B;
}
</style>
background-color css
<style>
a { background-color: #ABE45B; }
a { background-color: rgb(171,228,91); }
div.DivClassName
{
background-color: #ABE45B;
}
.BgClassName
{
background-color: #ABE45B;
}
</style>
border-color css
<style>
span { border-color: #ABE45B; }
span { border-color: rgb(171,228,91); }
td.TdClassName
{
border-color: #ABE45B;
}
.TagClassName
{
border-color: #ABE45B;
}
</style>