Shades of Inch Worm #A8EA25
Tints of Inch Worm #A8EA25
RGB
CMYK
RGB Variations
Color information
#A8EA25 (or 0xA8EA25) is known color: Inch Worm. HEX triplet: A8, EA and 25. RGB value is (168,234,37). Sum of RGB (Red+Green+Blue) = 168+234+37=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA25 is #5715DA. Grayscale: #C0C0C0. Windows color (decimal): -5707227 or 2484904. OLE color: 2484904.
HSL color Cylindrical-coordinate representation of color #A8EA25: hue angle of 80.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8EA25 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 37 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.08 |
| HSL | 80.1º | 0.82% | 0.53% | - |
| HSV(B) | 80.1º | 0.84% | 0.92% | - |
| XYZ | 45.91 | 67.3 | 12.32 | - |
| YUV | 191.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 37 | 0.28 | 0 | 0.84 | 0.08 | 80.1 | 0.82 | 0.53 |
| Hex | A8 | EA | 25 | 1C | 0 | 54 | 8 | 50 | 52 | 35 |
| Octal | 250 | 352 | 45 | 34 | 0 | 124 | 10 | 120 | 122 | 65 |
| Binary | 10101000 | 11101010 | 100101 | 11100 | 0 | 1010100 | 1000 | 1010000 | 1010010 | 110101 |
Color Harmonies of #A8EA25
Complementary color
Monochromatic Colors of #A8EA25
Black with #A8EA25
Text Example
Text Example
White with #A8EA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA25; }
p { color: rgb(168,234,37); }
H1.HeaderClassName
{
color: #A8EA25;
}
.AnyTagClassName
{
color: #A8EA25;
}
</style>
background-color css
<style>
a { background-color: #A8EA25; }
a { background-color: rgb(168,234,37); }
div.DivClassName
{
background-color: #A8EA25;
}
.BgClassName
{
background-color: #A8EA25;
}
</style>
border-color css
<style>
span { border-color: #A8EA25; }
span { border-color: rgb(168,234,37); }
td.TdClassName
{
border-color: #A8EA25;
}
.TagClassName
{
border-color: #A8EA25;
}
</style>