Shades of Inch Worm #A8DA1E
Tints of Inch Worm #A8DA1E
RGB
CMYK
RGB Variations
Color information
#A8DA1E (or 0xA8DA1E) is known color: Inch Worm. HEX triplet: A8, DA and 1E. RGB value is (168,218,30). Sum of RGB (Red+Green+Blue) = 168+218+30=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA1E is #5725E1. Grayscale: #B6B6B6. Windows color (decimal): -5711330 or 2022056. OLE color: 2022056.
HSL color Cylindrical-coordinate representation of color #A8DA1E: hue angle of 75.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8DA1E is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 30 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.15 |
| HSL | 75.96º | 0.76% | 0.49% | - |
| HSV(B) | 75.96º | 0.86% | 0.85% | - |
| XYZ | 41.45 | 58.56 | 10.35 | - |
| YUV | 181.62 | 42.44 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 30 | 0.23 | 0 | 0.86 | 0.15 | 75.96 | 0.76 | 0.49 |
| Hex | A8 | DA | 1E | 17 | 0 | 56 | F | 4C | 4C | 31 |
| Octal | 250 | 332 | 36 | 27 | 0 | 126 | 17 | 114 | 114 | 61 |
| Binary | 10101000 | 11011010 | 11110 | 10111 | 0 | 1010110 | 1111 | 1001100 | 1001100 | 110001 |
Color Harmonies of #A8DA1E
Complementary color
Monochromatic Colors of #A8DA1E
Black with #A8DA1E
Text Example
Text Example
White with #A8DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA1E; }
p { color: rgb(168,218,30); }
H1.HeaderClassName
{
color: #A8DA1E;
}
.AnyTagClassName
{
color: #A8DA1E;
}
</style>
background-color css
<style>
a { background-color: #A8DA1E; }
a { background-color: rgb(168,218,30); }
div.DivClassName
{
background-color: #A8DA1E;
}
.BgClassName
{
background-color: #A8DA1E;
}
</style>
border-color css
<style>
span { border-color: #A8DA1E; }
span { border-color: rgb(168,218,30); }
td.TdClassName
{
border-color: #A8DA1E;
}
.TagClassName
{
border-color: #A8DA1E;
}
</style>