Shades of Conifer #ABE644
Tints of Conifer #ABE644
RGB
CMYK
RGB Variations
Color information
#ABE644 (or 0xABE644) is known color: Conifer. HEX triplet: AB, E6 and 44. RGB value is (171,230,68). Sum of RGB (Red+Green+Blue) = 171+230+68=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE644 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABE644 is #5419BB. Grayscale: #C2C2C2. Windows color (decimal): -5511612 or 4515499. OLE color: 4515499.
HSL color Cylindrical-coordinate representation of color #ABE644: hue angle of 81.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABE644 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 68 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.10 |
| HSL | 81.85º | 0.76% | 0.58% | - |
| HSV(B) | 81.85º | 0.7% | 0.9% | - |
| XYZ | 46.13 | 65.67 | 15.71 | - |
| YUV | 193.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 68 | 0.26 | 0 | 0.70 | 0.10 | 81.85 | 0.76 | 0.58 |
| Hex | AB | E6 | 44 | 1A | 0 | 46 | A | 52 | 4C | 3A |
| Octal | 253 | 346 | 104 | 32 | 0 | 106 | 12 | 122 | 114 | 72 |
| Binary | 10101011 | 11100110 | 1000100 | 11010 | 0 | 1000110 | 1010 | 1010010 | 1001100 | 111010 |
Color Harmonies of #ABE644
Complementary color
Monochromatic Colors of #ABE644
Black with #ABE644
Text Example
Text Example
White with #ABE644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE644; }
p { color: rgb(171,230,68); }
H1.HeaderClassName
{
color: #ABE644;
}
.AnyTagClassName
{
color: #ABE644;
}
</style>
background-color css
<style>
a { background-color: #ABE644; }
a { background-color: rgb(171,230,68); }
div.DivClassName
{
background-color: #ABE644;
}
.BgClassName
{
background-color: #ABE644;
}
</style>
border-color css
<style>
span { border-color: #ABE644; }
span { border-color: rgb(171,230,68); }
td.TdClassName
{
border-color: #ABE644;
}
.TagClassName
{
border-color: #ABE644;
}
</style>