Shades of Yellow Green #ABCD2E
Tints of Yellow Green #ABCD2E
RGB
CMYK
RGB Variations
Color information
#ABCD2E (or 0xABCD2E) is known color: Yellow Green. HEX triplet: AB, CD and 2E. RGB value is (171,205,46). Sum of RGB (Red+Green+Blue) = 171+205+46=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD2E is #5432D1. Grayscale: #B1B1B1. Windows color (decimal): -5518034 or 3067307. OLE color: 3067307.
HSL color Cylindrical-coordinate representation of color #ABCD2E: hue angle of 72.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCD2E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 46 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.20 |
| HSL | 72.83º | 0.63% | 0.49% | - |
| HSV(B) | 72.83º | 0.78% | 0.8% | - |
| XYZ | 39.12 | 52.52 | 10.66 | - |
| YUV | 176.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 46 | 0.17 | 0 | 0.78 | 0.20 | 72.83 | 0.63 | 0.49 |
| Hex | AB | CD | 2E | 11 | 0 | 4E | 14 | 49 | 3F | 31 |
| Octal | 253 | 315 | 56 | 21 | 0 | 116 | 24 | 111 | 77 | 61 |
| Binary | 10101011 | 11001101 | 101110 | 10001 | 0 | 1001110 | 10100 | 1001001 | 111111 | 110001 |
Color Harmonies of #ABCD2E
Complementary color
Monochromatic Colors of #ABCD2E
Black with #ABCD2E
Text Example
Text Example
White with #ABCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD2E; }
p { color: rgb(171,205,46); }
H1.HeaderClassName
{
color: #ABCD2E;
}
.AnyTagClassName
{
color: #ABCD2E;
}
</style>
background-color css
<style>
a { background-color: #ABCD2E; }
a { background-color: rgb(171,205,46); }
div.DivClassName
{
background-color: #ABCD2E;
}
.BgClassName
{
background-color: #ABCD2E;
}
</style>
border-color css
<style>
span { border-color: #ABCD2E; }
span { border-color: rgb(171,205,46); }
td.TdClassName
{
border-color: #ABCD2E;
}
.TagClassName
{
border-color: #ABCD2E;
}
</style>