Shades of Inch Worm #A8DF1E
Tints of Inch Worm #A8DF1E
RGB
CMYK
RGB Variations
Color information
#A8DF1E (or 0xA8DF1E) is known color: Inch Worm. HEX triplet: A8, DF and 1E. RGB value is (168,223,30). Sum of RGB (Red+Green+Blue) = 168+223+30=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF1E is #5720E1. Grayscale: #B9B9B9. Windows color (decimal): -5710050 or 2023336. OLE color: 2023336.
HSL color Cylindrical-coordinate representation of color #A8DF1E: hue angle of 77.1º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DF1E is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 30 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.13 |
| HSL | 77.1º | 0.76% | 0.5% | - |
| HSV(B) | 77.1º | 0.87% | 0.87% | - |
| XYZ | 42.77 | 61.19 | 10.79 | - |
| YUV | 184.55 | 40.78 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 30 | 0.25 | 0 | 0.87 | 0.13 | 77.1 | 0.76 | 0.5 |
| Hex | A8 | DF | 1E | 19 | 0 | 57 | D | 4D | 4C | 32 |
| Octal | 250 | 337 | 36 | 31 | 0 | 127 | 15 | 115 | 114 | 62 |
| Binary | 10101000 | 11011111 | 11110 | 11001 | 0 | 1010111 | 1101 | 1001101 | 1001100 | 110010 |
Color Harmonies of #A8DF1E
Complementary color
Monochromatic Colors of #A8DF1E
Black with #A8DF1E
Text Example
Text Example
White with #A8DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF1E; }
p { color: rgb(168,223,30); }
H1.HeaderClassName
{
color: #A8DF1E;
}
.AnyTagClassName
{
color: #A8DF1E;
}
</style>
background-color css
<style>
a { background-color: #A8DF1E; }
a { background-color: rgb(168,223,30); }
div.DivClassName
{
background-color: #A8DF1E;
}
.BgClassName
{
background-color: #A8DF1E;
}
</style>
border-color css
<style>
span { border-color: #A8DF1E; }
span { border-color: rgb(168,223,30); }
td.TdClassName
{
border-color: #A8DF1E;
}
.TagClassName
{
border-color: #A8DF1E;
}
</style>