Shades of Inch Worm #A8E327
Tints of Inch Worm #A8E327
RGB
CMYK
RGB Variations
Color information
#A8E327 (or 0xA8E327) is known color: Inch Worm. HEX triplet: A8, E3 and 27. RGB value is (168,227,39). Sum of RGB (Red+Green+Blue) = 168+227+39=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E327 is #571CD8. Grayscale: #BCBCBC. Windows color (decimal): -5709017 or 2614184. OLE color: 2614184.
HSL color Cylindrical-coordinate representation of color #A8E327: hue angle of 78.83º degrees, saturation: 0.77, 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 #A8E327 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 39 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.11 |
| HSL | 78.83º | 0.77% | 0.52% | - |
| HSV(B) | 78.83º | 0.83% | 0.89% | - |
| XYZ | 43.98 | 63.41 | 11.84 | - |
| YUV | 187.93 | 43.95 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 39 | 0.26 | 0 | 0.83 | 0.11 | 78.83 | 0.77 | 0.52 |
| Hex | A8 | E3 | 27 | 1A | 0 | 53 | B | 4F | 4D | 34 |
| Octal | 250 | 343 | 47 | 32 | 0 | 123 | 13 | 117 | 115 | 64 |
| Binary | 10101000 | 11100011 | 100111 | 11010 | 0 | 1010011 | 1011 | 1001111 | 1001101 | 110100 |
Color Harmonies of #A8E327
Complementary color
Monochromatic Colors of #A8E327
Black with #A8E327
Text Example
Text Example
White with #A8E327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E327; }
p { color: rgb(168,227,39); }
H1.HeaderClassName
{
color: #A8E327;
}
.AnyTagClassName
{
color: #A8E327;
}
</style>
background-color css
<style>
a { background-color: #A8E327; }
a { background-color: rgb(168,227,39); }
div.DivClassName
{
background-color: #A8E327;
}
.BgClassName
{
background-color: #A8E327;
}
</style>
border-color css
<style>
span { border-color: #A8E327; }
span { border-color: rgb(168,227,39); }
td.TdClassName
{
border-color: #A8E327;
}
.TagClassName
{
border-color: #A8E327;
}
</style>