Shades of Inch Worm #A8DB10
Tints of Inch Worm #A8DB10
RGB
CMYK
RGB Variations
Color information
#A8DB10 (or 0xA8DB10) is known color: Inch Worm. HEX triplet: A8, DB and 10. RGB value is (168,219,16). Sum of RGB (Red+Green+Blue) = 168+219+16=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DB10 is #5724EF. Grayscale: #B5B5B5. Windows color (decimal): -5711088 or 1104808. OLE color: 1104808.
HSL color Cylindrical-coordinate representation of color #A8DB10: hue angle of 75.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8DB10 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.14 |
| HSL | 75.07º | 0.86% | 0.46% | - |
| HSV(B) | 75.07º | 0.93% | 0.86% | - |
| XYZ | 41.57 | 59.03 | 9.69 | - |
| YUV | 180.61 | 35.1 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 16 | 0.23 | 0 | 0.93 | 0.14 | 75.07 | 0.86 | 0.46 |
| Hex | A8 | DB | 10 | 17 | 0 | 5D | E | 4B | 56 | 2E |
| Octal | 250 | 333 | 20 | 27 | 0 | 135 | 16 | 113 | 126 | 56 |
| Binary | 10101000 | 11011011 | 10000 | 10111 | 0 | 1011101 | 1110 | 1001011 | 1010110 | 101110 |
Color Harmonies of #A8DB10
Complementary color
Monochromatic Colors of #A8DB10
Black with #A8DB10
Text Example
Text Example
White with #A8DB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB10; }
p { color: rgb(168,219,16); }
H1.HeaderClassName
{
color: #A8DB10;
}
.AnyTagClassName
{
color: #A8DB10;
}
</style>
background-color css
<style>
a { background-color: #A8DB10; }
a { background-color: rgb(168,219,16); }
div.DivClassName
{
background-color: #A8DB10;
}
.BgClassName
{
background-color: #A8DB10;
}
</style>
border-color css
<style>
span { border-color: #A8DB10; }
span { border-color: rgb(168,219,16); }
td.TdClassName
{
border-color: #A8DB10;
}
.TagClassName
{
border-color: #A8DB10;
}
</style>