Shades of Inch Worm #A8DE1A
Tints of Inch Worm #A8DE1A
RGB
CMYK
RGB Variations
Color information
#A8DE1A (or 0xA8DE1A) is known color: Inch Worm. HEX triplet: A8, DE and 1A. RGB value is (168,222,26). Sum of RGB (Red+Green+Blue) = 168+222+26=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE1A is #5721E5. Grayscale: #B8B8B8. Windows color (decimal): -5710310 or 1760936. OLE color: 1760936.
HSL color Cylindrical-coordinate representation of color #A8DE1A: hue angle of 76.53º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8DE1A is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 26 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.13 |
| HSL | 76.53º | 0.79% | 0.49% | - |
| HSV(B) | 76.53º | 0.88% | 0.87% | - |
| XYZ | 42.46 | 60.64 | 10.44 | - |
| YUV | 183.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 26 | 0.24 | 0 | 0.88 | 0.13 | 76.53 | 0.79 | 0.49 |
| Hex | A8 | DE | 1A | 18 | 0 | 58 | D | 4D | 4F | 31 |
| Octal | 250 | 336 | 32 | 30 | 0 | 130 | 15 | 115 | 117 | 61 |
| Binary | 10101000 | 11011110 | 11010 | 11000 | 0 | 1011000 | 1101 | 1001101 | 1001111 | 110001 |
Color Harmonies of #A8DE1A
Complementary color
Monochromatic Colors of #A8DE1A
Black with #A8DE1A
Text Example
Text Example
White with #A8DE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE1A; }
p { color: rgb(168,222,26); }
H1.HeaderClassName
{
color: #A8DE1A;
}
.AnyTagClassName
{
color: #A8DE1A;
}
</style>
background-color css
<style>
a { background-color: #A8DE1A; }
a { background-color: rgb(168,222,26); }
div.DivClassName
{
background-color: #A8DE1A;
}
.BgClassName
{
background-color: #A8DE1A;
}
</style>
border-color css
<style>
span { border-color: #A8DE1A; }
span { border-color: rgb(168,222,26); }
td.TdClassName
{
border-color: #A8DE1A;
}
.TagClassName
{
border-color: #A8DE1A;
}
</style>