Shades of Inch Worm #A8DC0C
Tints of Inch Worm #A8DC0C
RGB
CMYK
RGB Variations
Color information
#A8DC0C (or 0xA8DC0C) is known color: Inch Worm. HEX triplet: A8, DC and 0C. RGB value is (168,220,12). Sum of RGB (Red+Green+Blue) = 168+220+12=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DC0C is #5723F3. Grayscale: #B5B5B5. Windows color (decimal): -5710836 or 842920. OLE color: 842920.
HSL color Cylindrical-coordinate representation of color #A8DC0C: hue angle of 75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8DC0C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.14 |
| HSL | 75º | 0.9% | 0.45% | - |
| HSV(B) | 75º | 0.95% | 0.86% | - |
| XYZ | 41.81 | 59.54 | 9.64 | - |
| YUV | 180.74 | 32.77 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 12 | 0.24 | 0 | 0.95 | 0.14 | 75 | 0.9 | 0.45 |
| Hex | A8 | DC | C | 18 | 0 | 5F | E | 4B | 5A | 2D |
| Octal | 250 | 334 | 14 | 30 | 0 | 137 | 16 | 113 | 132 | 55 |
| Binary | 10101000 | 11011100 | 1100 | 11000 | 0 | 1011111 | 1110 | 1001011 | 1011010 | 101101 |
Color Harmonies of #A8DC0C
Complementary color
Monochromatic Colors of #A8DC0C
Black with #A8DC0C
Text Example
Text Example
White with #A8DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC0C; }
p { color: rgb(168,220,12); }
H1.HeaderClassName
{
color: #A8DC0C;
}
.AnyTagClassName
{
color: #A8DC0C;
}
</style>
background-color css
<style>
a { background-color: #A8DC0C; }
a { background-color: rgb(168,220,12); }
div.DivClassName
{
background-color: #A8DC0C;
}
.BgClassName
{
background-color: #A8DC0C;
}
</style>
border-color css
<style>
span { border-color: #A8DC0C; }
span { border-color: rgb(168,220,12); }
td.TdClassName
{
border-color: #A8DC0C;
}
.TagClassName
{
border-color: #A8DC0C;
}
</style>