Shades of Yellow Green #ABC935
Tints of Yellow Green #ABC935
RGB
CMYK
RGB Variations
Color information
#ABC935 (or 0xABC935) is known color: Yellow Green. HEX triplet: AB, C9 and 35. RGB value is (171,201,53). Sum of RGB (Red+Green+Blue) = 171+201+53=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC935 is #5436CA. Grayscale: #AFAFAF. Windows color (decimal): -5519051 or 3525035. OLE color: 3525035.
HSL color Cylindrical-coordinate representation of color #ABC935: hue angle of 72.16º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABC935 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 53 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.21 |
| HSL | 72.16º | 0.58% | 0.5% | - |
| HSV(B) | 72.16º | 0.74% | 0.79% | - |
| XYZ | 38.32 | 50.69 | 11.13 | - |
| YUV | 175.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 53 | 0.15 | 0 | 0.74 | 0.21 | 72.16 | 0.58 | 0.5 |
| Hex | AB | C9 | 35 | F | 0 | 4A | 15 | 48 | 3A | 32 |
| Octal | 253 | 311 | 65 | 17 | 0 | 112 | 25 | 110 | 72 | 62 |
| Binary | 10101011 | 11001001 | 110101 | 1111 | 0 | 1001010 | 10101 | 1001000 | 111010 | 110010 |
Color Harmonies of #ABC935
Complementary color
Monochromatic Colors of #ABC935
Black with #ABC935
Text Example
Text Example
White with #ABC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC935; }
p { color: rgb(171,201,53); }
H1.HeaderClassName
{
color: #ABC935;
}
.AnyTagClassName
{
color: #ABC935;
}
</style>
background-color css
<style>
a { background-color: #ABC935; }
a { background-color: rgb(171,201,53); }
div.DivClassName
{
background-color: #ABC935;
}
.BgClassName
{
background-color: #ABC935;
}
</style>
border-color css
<style>
span { border-color: #ABC935; }
span { border-color: rgb(171,201,53); }
td.TdClassName
{
border-color: #ABC935;
}
.TagClassName
{
border-color: #ABC935;
}
</style>