Shades of Yellow Green #ABCC2E
Tints of Yellow Green #ABCC2E
RGB
CMYK
RGB Variations
Color information
#ABCC2E (or 0xABCC2E) is known color: Yellow Green. HEX triplet: AB, CC and 2E. RGB value is (171,204,46). Sum of RGB (Red+Green+Blue) = 171+204+46=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 46 (18.36% from 255 or 10.93% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2E is #5433D1. Grayscale: #B0B0B0. Windows color (decimal): -5518290 or 3067051. OLE color: 3067051.
HSL color Cylindrical-coordinate representation of color #ABCC2E: hue angle of 72.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABCC2E is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 46 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.2 |
| HSL | 72.53º | 0.63% | 0.49% | - |
| HSV(B) | 72.53º | 0.77% | 0.8% | - |
| XYZ | 38.88 | 52.04 | 10.58 | - |
| YUV | 176.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 46 | 0.16 | 0 | 0.77 | 0.2 | 72.53 | 0.63 | 0.49 |
| Hex | AB | CC | 2E | 10 | 0 | 4D | 14 | 49 | 3F | 31 |
| Octal | 253 | 314 | 56 | 20 | 0 | 115 | 24 | 111 | 77 | 61 |
| Binary | 10101011 | 11001100 | 101110 | 10000 | 0 | 1001101 | 10100 | 1001001 | 111111 | 110001 |
Color Harmonies of #ABCC2E
Complementary color
Monochromatic Colors of #ABCC2E
Black with #ABCC2E
Text Example
Text Example
White with #ABCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC2E; }
p { color: rgb(171,204,46); }
H1.HeaderClassName
{
color: #ABCC2E;
}
.AnyTagClassName
{
color: #ABCC2E;
}
</style>
background-color css
<style>
a { background-color: #ABCC2E; }
a { background-color: rgb(171,204,46); }
div.DivClassName
{
background-color: #ABCC2E;
}
.BgClassName
{
background-color: #ABCC2E;
}
</style>
border-color css
<style>
span { border-color: #ABCC2E; }
span { border-color: rgb(171,204,46); }
td.TdClassName
{
border-color: #ABCC2E;
}
.TagClassName
{
border-color: #ABCC2E;
}
</style>