Shades of Inch Worm #ABDA12
Tints of Inch Worm #ABDA12
RGB
CMYK
RGB Variations
Color information
#ABDA12 (or 0xABDA12) is known color: Inch Worm. HEX triplet: AB, DA and 12. RGB value is (171,218,18). Sum of RGB (Red+Green+Blue) = 171+218+18=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDA12 is #5425ED. Grayscale: #B5B5B5. Windows color (decimal): -5514734 or 1235627. OLE color: 1235627.
HSL color Cylindrical-coordinate representation of color #ABDA12: hue angle of 74.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABDA12 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.15 |
| HSL | 74.1º | 0.85% | 0.46% | - |
| HSV(B) | 74.1º | 0.92% | 0.85% | - |
| XYZ | 41.98 | 58.84 | 9.72 | - |
| YUV | 181.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 18 | 0.22 | 0 | 0.92 | 0.15 | 74.1 | 0.85 | 0.46 |
| Hex | AB | DA | 12 | 16 | 0 | 5C | F | 4A | 55 | 2E |
| Octal | 253 | 332 | 22 | 26 | 0 | 134 | 17 | 112 | 125 | 56 |
| Binary | 10101011 | 11011010 | 10010 | 10110 | 0 | 1011100 | 1111 | 1001010 | 1010101 | 101110 |
Color Harmonies of #ABDA12
Complementary color
Monochromatic Colors of #ABDA12
Black with #ABDA12
Text Example
Text Example
White with #ABDA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA12; }
p { color: rgb(171,218,18); }
H1.HeaderClassName
{
color: #ABDA12;
}
.AnyTagClassName
{
color: #ABDA12;
}
</style>
background-color css
<style>
a { background-color: #ABDA12; }
a { background-color: rgb(171,218,18); }
div.DivClassName
{
background-color: #ABDA12;
}
.BgClassName
{
background-color: #ABDA12;
}
</style>
border-color css
<style>
span { border-color: #ABDA12; }
span { border-color: rgb(171,218,18); }
td.TdClassName
{
border-color: #ABDA12;
}
.TagClassName
{
border-color: #ABDA12;
}
</style>