Shades of Conifer #ABE640
Tints of Conifer #ABE640
RGB
CMYK
RGB Variations
Color information
#ABE640 (or 0xABE640) is known color: Conifer. HEX triplet: AB, E6 and 40. RGB value is (171,230,64). Sum of RGB (Red+Green+Blue) = 171+230+64=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABE640 is #5419BF. Grayscale: #C2C2C2. Windows color (decimal): -5511616 or 4253355. OLE color: 4253355.
HSL color Cylindrical-coordinate representation of color #ABE640: hue angle of 81.33º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABE640 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 64 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.10 |
| HSL | 81.33º | 0.77% | 0.58% | - |
| HSV(B) | 81.33º | 0.72% | 0.9% | - |
| XYZ | 46.02 | 65.62 | 15.09 | - |
| YUV | 193.44 | 54.95 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 64 | 0.26 | 0 | 0.72 | 0.10 | 81.33 | 0.77 | 0.58 |
| Hex | AB | E6 | 40 | 1A | 0 | 48 | A | 51 | 4D | 3A |
| Octal | 253 | 346 | 100 | 32 | 0 | 110 | 12 | 121 | 115 | 72 |
| Binary | 10101011 | 11100110 | 1000000 | 11010 | 0 | 1001000 | 1010 | 1010001 | 1001101 | 111010 |
Color Harmonies of #ABE640
Complementary color
Monochromatic Colors of #ABE640
Black with #ABE640
Text Example
Text Example
White with #ABE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE640; }
p { color: rgb(171,230,64); }
H1.HeaderClassName
{
color: #ABE640;
}
.AnyTagClassName
{
color: #ABE640;
}
</style>
background-color css
<style>
a { background-color: #ABE640; }
a { background-color: rgb(171,230,64); }
div.DivClassName
{
background-color: #ABE640;
}
.BgClassName
{
background-color: #ABE640;
}
</style>
border-color css
<style>
span { border-color: #ABE640; }
span { border-color: rgb(171,230,64); }
td.TdClassName
{
border-color: #ABE640;
}
.TagClassName
{
border-color: #ABE640;
}
</style>