Shades of Inch Worm #A8DE1F
Tints of Inch Worm #A8DE1F
RGB
CMYK
RGB Variations
Color information
#A8DE1F (or 0xA8DE1F) is known color: Inch Worm. HEX triplet: A8, DE and 1F. RGB value is (168,222,31). Sum of RGB (Red+Green+Blue) = 168+222+31=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE1F is #5721E0. Grayscale: #B8B8B8. Windows color (decimal): -5710305 or 2088616. OLE color: 2088616.
HSL color Cylindrical-coordinate representation of color #A8DE1F: hue angle of 76.96º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8DE1F is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 31 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.13 |
| HSL | 76.96º | 0.75% | 0.5% | - |
| HSV(B) | 76.96º | 0.86% | 0.87% | - |
| XYZ | 42.52 | 60.67 | 10.77 | - |
| YUV | 184.08 | 41.61 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 31 | 0.24 | 0 | 0.86 | 0.13 | 76.96 | 0.75 | 0.5 |
| Hex | A8 | DE | 1F | 18 | 0 | 56 | D | 4D | 4B | 32 |
| Octal | 250 | 336 | 37 | 30 | 0 | 126 | 15 | 115 | 113 | 62 |
| Binary | 10101000 | 11011110 | 11111 | 11000 | 0 | 1010110 | 1101 | 1001101 | 1001011 | 110010 |
Color Harmonies of #A8DE1F
Complementary color
Monochromatic Colors of #A8DE1F
Black with #A8DE1F
Text Example
Text Example
White with #A8DE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE1F; }
p { color: rgb(168,222,31); }
H1.HeaderClassName
{
color: #A8DE1F;
}
.AnyTagClassName
{
color: #A8DE1F;
}
</style>
background-color css
<style>
a { background-color: #A8DE1F; }
a { background-color: rgb(168,222,31); }
div.DivClassName
{
background-color: #A8DE1F;
}
.BgClassName
{
background-color: #A8DE1F;
}
</style>
border-color css
<style>
span { border-color: #A8DE1F; }
span { border-color: rgb(168,222,31); }
td.TdClassName
{
border-color: #A8DE1F;
}
.TagClassName
{
border-color: #A8DE1F;
}
</style>