Shades of Inch Worm #A8E227
Tints of Inch Worm #A8E227
RGB
CMYK
RGB Variations
Color information
#A8E227 (or 0xA8E227) is known color: Inch Worm. HEX triplet: A8, E2 and 27. RGB value is (168,226,39). Sum of RGB (Red+Green+Blue) = 168+226+39=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E227 is #571DD8. Grayscale: #BCBCBC. Windows color (decimal): -5709273 or 2613928. OLE color: 2613928.
HSL color Cylindrical-coordinate representation of color #A8E227: hue angle of 78.61º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8E227 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 39 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.11 |
| HSL | 78.61º | 0.76% | 0.52% | - |
| HSV(B) | 78.61º | 0.83% | 0.89% | - |
| XYZ | 43.71 | 62.86 | 11.75 | - |
| YUV | 187.34 | 44.28 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 39 | 0.26 | 0 | 0.83 | 0.11 | 78.61 | 0.76 | 0.52 |
| Hex | A8 | E2 | 27 | 1A | 0 | 53 | B | 4F | 4C | 34 |
| Octal | 250 | 342 | 47 | 32 | 0 | 123 | 13 | 117 | 114 | 64 |
| Binary | 10101000 | 11100010 | 100111 | 11010 | 0 | 1010011 | 1011 | 1001111 | 1001100 | 110100 |
Color Harmonies of #A8E227
Complementary color
Monochromatic Colors of #A8E227
Black with #A8E227
Text Example
Text Example
White with #A8E227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E227; }
p { color: rgb(168,226,39); }
H1.HeaderClassName
{
color: #A8E227;
}
.AnyTagClassName
{
color: #A8E227;
}
</style>
background-color css
<style>
a { background-color: #A8E227; }
a { background-color: rgb(168,226,39); }
div.DivClassName
{
background-color: #A8E227;
}
.BgClassName
{
background-color: #A8E227;
}
</style>
border-color css
<style>
span { border-color: #A8E227; }
span { border-color: rgb(168,226,39); }
td.TdClassName
{
border-color: #A8E227;
}
.TagClassName
{
border-color: #A8E227;
}
</style>