Shades of Inch Worm #ABF00C
Tints of Inch Worm #ABF00C
RGB
CMYK
RGB Variations
Color information
#ABF00C (or 0xABF00C) is known color: Inch Worm. HEX triplet: AB, F0 and 0C. RGB value is (171,240,12). Sum of RGB (Red+Green+Blue) = 171+240+12=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF00C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF00C is #540FF3. Grayscale: #C2C2C2. Windows color (decimal): -5509108 or 848043. OLE color: 848043.
HSL color Cylindrical-coordinate representation of color #ABF00C: hue angle of 78.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABF00C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.06 |
| HSL | 78.16º | 0.9% | 0.49% | - |
| HSV(B) | 78.16º | 0.95% | 0.94% | - |
| XYZ | 48.02 | 71 | 11.52 | - |
| YUV | 193.38 | 25.64 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 12 | 0.29 | 0 | 0.95 | 0.06 | 78.16 | 0.9 | 0.49 |
| Hex | AB | F0 | C | 1D | 0 | 5F | 6 | 4E | 5A | 31 |
| Octal | 253 | 360 | 14 | 35 | 0 | 137 | 6 | 116 | 132 | 61 |
| Binary | 10101011 | 11110000 | 1100 | 11101 | 0 | 1011111 | 110 | 1001110 | 1011010 | 110001 |
Color Harmonies of #ABF00C
Complementary color
Monochromatic Colors of #ABF00C
Black with #ABF00C
Text Example
Text Example
White with #ABF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF00C; }
p { color: rgb(171,240,12); }
H1.HeaderClassName
{
color: #ABF00C;
}
.AnyTagClassName
{
color: #ABF00C;
}
</style>
background-color css
<style>
a { background-color: #ABF00C; }
a { background-color: rgb(171,240,12); }
div.DivClassName
{
background-color: #ABF00C;
}
.BgClassName
{
background-color: #ABF00C;
}
</style>
border-color css
<style>
span { border-color: #ABF00C; }
span { border-color: rgb(171,240,12); }
td.TdClassName
{
border-color: #ABF00C;
}
.TagClassName
{
border-color: #ABF00C;
}
</style>