Shades of Inch Worm #A8E526
Tints of Inch Worm #A8E526
RGB
CMYK
RGB Variations
Color information
#A8E526 (or 0xA8E526) is known color: Inch Worm. HEX triplet: A8, E5 and 26. RGB value is (168,229,38). Sum of RGB (Red+Green+Blue) = 168+229+38=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E526 is #571AD9. Grayscale: #BDBDBD. Windows color (decimal): -5708506 or 2549160. OLE color: 2549160.
HSL color Cylindrical-coordinate representation of color #A8E526: hue angle of 79.16º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8E526 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 38 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.10 |
| HSL | 79.16º | 0.79% | 0.52% | - |
| HSV(B) | 79.16º | 0.83% | 0.9% | - |
| XYZ | 44.52 | 64.5 | 11.94 | - |
| YUV | 188.99 | 42.79 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 38 | 0.27 | 0 | 0.83 | 0.10 | 79.16 | 0.79 | 0.52 |
| Hex | A8 | E5 | 26 | 1B | 0 | 53 | A | 4F | 4F | 34 |
| Octal | 250 | 345 | 46 | 33 | 0 | 123 | 12 | 117 | 117 | 64 |
| Binary | 10101000 | 11100101 | 100110 | 11011 | 0 | 1010011 | 1010 | 1001111 | 1001111 | 110100 |
Color Harmonies of #A8E526
Complementary color
Monochromatic Colors of #A8E526
Black with #A8E526
Text Example
Text Example
White with #A8E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E526; }
p { color: rgb(168,229,38); }
H1.HeaderClassName
{
color: #A8E526;
}
.AnyTagClassName
{
color: #A8E526;
}
</style>
background-color css
<style>
a { background-color: #A8E526; }
a { background-color: rgb(168,229,38); }
div.DivClassName
{
background-color: #A8E526;
}
.BgClassName
{
background-color: #A8E526;
}
</style>
border-color css
<style>
span { border-color: #A8E526; }
span { border-color: rgb(168,229,38); }
td.TdClassName
{
border-color: #A8E526;
}
.TagClassName
{
border-color: #A8E526;
}
</style>