Shades of Inch Worm #A8DE23
Tints of Inch Worm #A8DE23
RGB
CMYK
RGB Variations
Color information
#A8DE23 (or 0xA8DE23) is known color: Inch Worm. HEX triplet: A8, DE and 23. RGB value is (168,222,35). Sum of RGB (Red+Green+Blue) = 168+222+35=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 35 (14.06% from 255 or 8.24% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE23 is #5721DC. Grayscale: #B9B9B9. Windows color (decimal): -5710301 or 2350760. OLE color: 2350760.
HSL color Cylindrical-coordinate representation of color #A8DE23: hue angle of 77.33º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8DE23 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 35 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.13 |
| HSL | 77.33º | 0.74% | 0.5% | - |
| HSV(B) | 77.33º | 0.84% | 0.87% | - |
| XYZ | 42.57 | 60.69 | 11.06 | - |
| YUV | 184.54 | 43.61 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 35 | 0.24 | 0 | 0.84 | 0.13 | 77.33 | 0.74 | 0.5 |
| Hex | A8 | DE | 23 | 18 | 0 | 54 | D | 4D | 4A | 32 |
| Octal | 250 | 336 | 43 | 30 | 0 | 124 | 15 | 115 | 112 | 62 |
| Binary | 10101000 | 11011110 | 100011 | 11000 | 0 | 1010100 | 1101 | 1001101 | 1001010 | 110010 |
Color Harmonies of #A8DE23
Complementary color
Monochromatic Colors of #A8DE23
Black with #A8DE23
Text Example
Text Example
White with #A8DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE23; }
p { color: rgb(168,222,35); }
H1.HeaderClassName
{
color: #A8DE23;
}
.AnyTagClassName
{
color: #A8DE23;
}
</style>
background-color css
<style>
a { background-color: #A8DE23; }
a { background-color: rgb(168,222,35); }
div.DivClassName
{
background-color: #A8DE23;
}
.BgClassName
{
background-color: #A8DE23;
}
</style>
border-color css
<style>
span { border-color: #A8DE23; }
span { border-color: rgb(168,222,35); }
td.TdClassName
{
border-color: #A8DE23;
}
.TagClassName
{
border-color: #A8DE23;
}
</style>