Shades of Inch Worm #A8DA1B
Tints of Inch Worm #A8DA1B
RGB
CMYK
RGB Variations
Color information
#A8DA1B (or 0xA8DA1B) is known color: Inch Worm. HEX triplet: A8, DA and 1B. RGB value is (168,218,27). Sum of RGB (Red+Green+Blue) = 168+218+27=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DA1B is #5725E4. Grayscale: #B5B5B5. Windows color (decimal): -5711333 or 1825448. OLE color: 1825448.
HSL color Cylindrical-coordinate representation of color #A8DA1B: hue angle of 75.71º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8DA1B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 27 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.15 |
| HSL | 75.71º | 0.78% | 0.48% | - |
| HSV(B) | 75.71º | 0.88% | 0.85% | - |
| XYZ | 41.42 | 58.55 | 10.15 | - |
| YUV | 181.28 | 40.94 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 27 | 0.23 | 0 | 0.88 | 0.15 | 75.71 | 0.78 | 0.48 |
| Hex | A8 | DA | 1B | 17 | 0 | 58 | F | 4C | 4E | 30 |
| Octal | 250 | 332 | 33 | 27 | 0 | 130 | 17 | 114 | 116 | 60 |
| Binary | 10101000 | 11011010 | 11011 | 10111 | 0 | 1011000 | 1111 | 1001100 | 1001110 | 110000 |
Color Harmonies of #A8DA1B
Complementary color
Monochromatic Colors of #A8DA1B
Black with #A8DA1B
Text Example
Text Example
White with #A8DA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA1B; }
p { color: rgb(168,218,27); }
H1.HeaderClassName
{
color: #A8DA1B;
}
.AnyTagClassName
{
color: #A8DA1B;
}
</style>
background-color css
<style>
a { background-color: #A8DA1B; }
a { background-color: rgb(168,218,27); }
div.DivClassName
{
background-color: #A8DA1B;
}
.BgClassName
{
background-color: #A8DA1B;
}
</style>
border-color css
<style>
span { border-color: #A8DA1B; }
span { border-color: rgb(168,218,27); }
td.TdClassName
{
border-color: #A8DA1B;
}
.TagClassName
{
border-color: #A8DA1B;
}
</style>