Shades of Conifer #ABE063
Tints of Conifer #ABE063
RGB
CMYK
RGB Variations
Color information
#ABE063 (or 0xABE063) is known color: Conifer. HEX triplet: AB, E0 and 63. RGB value is (171,224,99). Sum of RGB (Red+Green+Blue) = 171+224+99=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE063 is #541F9C. Grayscale: #C2C2C2. Windows color (decimal): -5513117 or 6545579. OLE color: 6545579.
HSL color Cylindrical-coordinate representation of color #ABE063: hue angle of 85.44º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABE063 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 99 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.12 |
| HSL | 85.44º | 0.67% | 0.63% | - |
| HSV(B) | 85.44º | 0.56% | 0.88% | - |
| XYZ | 45.7 | 62.87 | 21.53 | - |
| YUV | 193.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 99 | 0.24 | 0 | 0.56 | 0.12 | 85.44 | 0.67 | 0.63 |
| Hex | AB | E0 | 63 | 18 | 0 | 38 | C | 55 | 43 | 3F |
| Octal | 253 | 340 | 143 | 30 | 0 | 70 | 14 | 125 | 103 | 77 |
| Binary | 10101011 | 11100000 | 1100011 | 11000 | 0 | 111000 | 1100 | 1010101 | 1000011 | 111111 |
Color Harmonies of #ABE063
Complementary color
Monochromatic Colors of #ABE063
Black with #ABE063
Text Example
Text Example
White with #ABE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE063; }
p { color: rgb(171,224,99); }
H1.HeaderClassName
{
color: #ABE063;
}
.AnyTagClassName
{
color: #ABE063;
}
</style>
background-color css
<style>
a { background-color: #ABE063; }
a { background-color: rgb(171,224,99); }
div.DivClassName
{
background-color: #ABE063;
}
.BgClassName
{
background-color: #ABE063;
}
</style>
border-color css
<style>
span { border-color: #ABE063; }
span { border-color: rgb(171,224,99); }
td.TdClassName
{
border-color: #ABE063;
}
.TagClassName
{
border-color: #ABE063;
}
</style>