Shades of Inch Worm #A5E921
Tints of Inch Worm #A5E921
RGB
CMYK
RGB Variations
Color information
#A5E921 (or 0xA5E921) is known color: Inch Worm. HEX triplet: A5, E9 and 21. RGB value is (165,233,33). Sum of RGB (Red+Green+Blue) = 165+233+33=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 233 (91.41% from 255 or 54.06% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E921 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5E921 is #5A16DE. Grayscale: #BEBEBE. Windows color (decimal): -5904095 or 2222501. OLE color: 2222501.
HSL color Cylindrical-coordinate representation of color #A5E921: hue angle of 80.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5E921 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 33 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.09 |
| HSL | 80.4º | 0.82% | 0.52% | - |
| HSV(B) | 80.4º | 0.86% | 0.91% | - |
| XYZ | 44.93 | 66.39 | 11.88 | - |
| YUV | 189.87 | 39.47 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 33 | 0.29 | 0 | 0.86 | 0.09 | 80.4 | 0.82 | 0.52 |
| Hex | A5 | E9 | 21 | 1D | 0 | 56 | 9 | 50 | 52 | 34 |
| Octal | 245 | 351 | 41 | 35 | 0 | 126 | 11 | 120 | 122 | 64 |
| Binary | 10100101 | 11101001 | 100001 | 11101 | 0 | 1010110 | 1001 | 1010000 | 1010010 | 110100 |
Color Harmonies of #A5E921
Complementary color
Monochromatic Colors of #A5E921
Black with #A5E921
Text Example
Text Example
White with #A5E921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E921; }
p { color: rgb(165,233,33); }
H1.HeaderClassName
{
color: #A5E921;
}
.AnyTagClassName
{
color: #A5E921;
}
</style>
background-color css
<style>
a { background-color: #A5E921; }
a { background-color: rgb(165,233,33); }
div.DivClassName
{
background-color: #A5E921;
}
.BgClassName
{
background-color: #A5E921;
}
</style>
border-color css
<style>
span { border-color: #A5E921; }
span { border-color: rgb(165,233,33); }
td.TdClassName
{
border-color: #A5E921;
}
.TagClassName
{
border-color: #A5E921;
}
</style>