Shades of Inch Worm #A8D81F
Tints of Inch Worm #A8D81F
RGB
CMYK
RGB Variations
Color information
#A8D81F (or 0xA8D81F) is known color: Inch Worm. HEX triplet: A8, D8 and 1F. RGB value is (168,216,31). Sum of RGB (Red+Green+Blue) = 168+216+31=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D81F is #5727E0. Grayscale: #B5B5B5. Windows color (decimal): -5711841 or 2087080. OLE color: 2087080.
HSL color Cylindrical-coordinate representation of color #A8D81F: hue angle of 75.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8D81F is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 31 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.15 |
| HSL | 75.57º | 0.75% | 0.48% | - |
| HSV(B) | 75.57º | 0.86% | 0.85% | - |
| XYZ | 40.95 | 57.54 | 10.24 | - |
| YUV | 180.56 | 43.6 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 31 | 0.22 | 0 | 0.86 | 0.15 | 75.57 | 0.75 | 0.48 |
| Hex | A8 | D8 | 1F | 16 | 0 | 56 | F | 4C | 4B | 30 |
| Octal | 250 | 330 | 37 | 26 | 0 | 126 | 17 | 114 | 113 | 60 |
| Binary | 10101000 | 11011000 | 11111 | 10110 | 0 | 1010110 | 1111 | 1001100 | 1001011 | 110000 |
Color Harmonies of #A8D81F
Complementary color
Monochromatic Colors of #A8D81F
Black with #A8D81F
Text Example
Text Example
White with #A8D81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D81F; }
p { color: rgb(168,216,31); }
H1.HeaderClassName
{
color: #A8D81F;
}
.AnyTagClassName
{
color: #A8D81F;
}
</style>
background-color css
<style>
a { background-color: #A8D81F; }
a { background-color: rgb(168,216,31); }
div.DivClassName
{
background-color: #A8D81F;
}
.BgClassName
{
background-color: #A8D81F;
}
</style>
border-color css
<style>
span { border-color: #A8D81F; }
span { border-color: rgb(168,216,31); }
td.TdClassName
{
border-color: #A8D81F;
}
.TagClassName
{
border-color: #A8D81F;
}
</style>