Shades of Inch Worm #9AE512
Tints of Inch Worm #9AE512
RGB
CMYK
RGB Variations
Color information
#9AE512 (or 0x9AE512) is known color: Inch Worm. HEX triplet: 9A, E5 and 12. RGB value is (154,229,18). Sum of RGB (Red+Green+Blue) = 154+229+18=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 229 (89.84% from 255 or 57.11% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AE512 is #651AED. Grayscale: #B7B7B7. Windows color (decimal): -6626030 or 1238426. OLE color: 1238426.
HSL color Cylindrical-coordinate representation of color #9AE512: hue angle of 81.33º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AE512 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 18 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.10 |
| HSL | 81.33º | 0.85% | 0.48% | - |
| HSV(B) | 81.33º | 0.92% | 0.9% | - |
| XYZ | 41.45 | 62.95 | 10.54 | - |
| YUV | 182.52 | 35.15 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 18 | 0.33 | 0 | 0.92 | 0.10 | 81.33 | 0.85 | 0.48 |
| Hex | 9A | E5 | 12 | 21 | 0 | 5C | A | 51 | 55 | 30 |
| Octal | 232 | 345 | 22 | 41 | 0 | 134 | 12 | 121 | 125 | 60 |
| Binary | 10011010 | 11100101 | 10010 | 100001 | 0 | 1011100 | 1010 | 1010001 | 1010101 | 110000 |
Color Harmonies of #9AE512
Complementary color
Monochromatic Colors of #9AE512
Black with #9AE512
Text Example
Text Example
White with #9AE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE512; }
p { color: rgb(154,229,18); }
H1.HeaderClassName
{
color: #9AE512;
}
.AnyTagClassName
{
color: #9AE512;
}
</style>
background-color css
<style>
a { background-color: #9AE512; }
a { background-color: rgb(154,229,18); }
div.DivClassName
{
background-color: #9AE512;
}
.BgClassName
{
background-color: #9AE512;
}
</style>
border-color css
<style>
span { border-color: #9AE512; }
span { border-color: rgb(154,229,18); }
td.TdClassName
{
border-color: #9AE512;
}
.TagClassName
{
border-color: #9AE512;
}
</style>