Shades of Inch Worm #ABD30D
Tints of Inch Worm #ABD30D
RGB
CMYK
RGB Variations
Color information
#ABD30D (or 0xABD30D) is known color: Inch Worm. HEX triplet: AB, D3 and 0D. RGB value is (171,211,13). Sum of RGB (Red+Green+Blue) = 171+211+13=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD30D is #542CF2. Grayscale: #B1B1B1. Windows color (decimal): -5516531 or 906155. OLE color: 906155.
HSL color Cylindrical-coordinate representation of color #ABD30D: hue angle of 72.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABD30D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.17 |
| HSL | 72.12º | 0.88% | 0.44% | - |
| HSV(B) | 72.12º | 0.94% | 0.83% | - |
| XYZ | 40.16 | 55.28 | 8.93 | - |
| YUV | 176.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 13 | 0.19 | 0 | 0.94 | 0.17 | 72.12 | 0.88 | 0.44 |
| Hex | AB | D3 | D | 13 | 0 | 5E | 11 | 48 | 58 | 2C |
| Octal | 253 | 323 | 15 | 23 | 0 | 136 | 21 | 110 | 130 | 54 |
| Binary | 10101011 | 11010011 | 1101 | 10011 | 0 | 1011110 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ABD30D
Complementary color
Monochromatic Colors of #ABD30D
Black with #ABD30D
Text Example
Text Example
White with #ABD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD30D; }
p { color: rgb(171,211,13); }
H1.HeaderClassName
{
color: #ABD30D;
}
.AnyTagClassName
{
color: #ABD30D;
}
</style>
background-color css
<style>
a { background-color: #ABD30D; }
a { background-color: rgb(171,211,13); }
div.DivClassName
{
background-color: #ABD30D;
}
.BgClassName
{
background-color: #ABD30D;
}
</style>
border-color css
<style>
span { border-color: #ABD30D; }
span { border-color: rgb(171,211,13); }
td.TdClassName
{
border-color: #ABD30D;
}
.TagClassName
{
border-color: #ABD30D;
}
</style>