Shades of Yellow Green #ABCE2D
Tints of Yellow Green #ABCE2D
RGB
CMYK
RGB Variations
Color information
#ABCE2D (or 0xABCE2D) is known color: Yellow Green. HEX triplet: AB, CE and 2D. RGB value is (171,206,45). Sum of RGB (Red+Green+Blue) = 171+206+45=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE2D is #5431D2. Grayscale: #B1B1B1. Windows color (decimal): -5517779 or 3002027. OLE color: 3002027.
HSL color Cylindrical-coordinate representation of color #ABCE2D: hue angle of 73.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCE2D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 45 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.19 |
| HSL | 73.04º | 0.64% | 0.49% | - |
| HSV(B) | 73.04º | 0.78% | 0.81% | - |
| XYZ | 39.34 | 52.99 | 10.64 | - |
| YUV | 177.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 45 | 0.17 | 0 | 0.78 | 0.19 | 73.04 | 0.64 | 0.49 |
| Hex | AB | CE | 2D | 11 | 0 | 4E | 13 | 49 | 40 | 31 |
| Octal | 253 | 316 | 55 | 21 | 0 | 116 | 23 | 111 | 100 | 61 |
| Binary | 10101011 | 11001110 | 101101 | 10001 | 0 | 1001110 | 10011 | 1001001 | 1000000 | 110001 |
Color Harmonies of #ABCE2D
Complementary color
Monochromatic Colors of #ABCE2D
Black with #ABCE2D
Text Example
Text Example
White with #ABCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE2D; }
p { color: rgb(171,206,45); }
H1.HeaderClassName
{
color: #ABCE2D;
}
.AnyTagClassName
{
color: #ABCE2D;
}
</style>
background-color css
<style>
a { background-color: #ABCE2D; }
a { background-color: rgb(171,206,45); }
div.DivClassName
{
background-color: #ABCE2D;
}
.BgClassName
{
background-color: #ABCE2D;
}
</style>
border-color css
<style>
span { border-color: #ABCE2D; }
span { border-color: rgb(171,206,45); }
td.TdClassName
{
border-color: #ABCE2D;
}
.TagClassName
{
border-color: #ABCE2D;
}
</style>