Shades of Inch Worm #A5E102
Tints of Inch Worm #A5E102
RGB
CMYK
RGB Variations
Color information
#A5E102 (or 0xA5E102) is known color: Inch Worm. HEX triplet: A5, E1 and 02. RGB value is (165,225,2). Sum of RGB (Red+Green+Blue) = 165+225+2=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5E102 is #5A1EFD. Grayscale: #B6B6B6. Windows color (decimal): -5906174 or 188837. OLE color: 188837.
HSL color Cylindrical-coordinate representation of color #A5E102: hue angle of 76.14º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A5E102 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.12 |
| HSL | 76.14º | 0.98% | 0.45% | - |
| HSV(B) | 76.14º | 0.99% | 0.88% | - |
| XYZ | 42.45 | 61.85 | 9.76 | - |
| YUV | 181.64 | 26.62 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 2 | 0.27 | 0 | 0.99 | 0.12 | 76.14 | 0.98 | 0.45 |
| Hex | A5 | E1 | 2 | 1B | 0 | 63 | C | 4C | 62 | 2D |
| Octal | 245 | 341 | 2 | 33 | 0 | 143 | 14 | 114 | 142 | 55 |
| Binary | 10100101 | 11100001 | 10 | 11011 | 0 | 1100011 | 1100 | 1001100 | 1100010 | 101101 |
Color Harmonies of #A5E102
Complementary color
Monochromatic Colors of #A5E102
Black with #A5E102
Text Example
Text Example
White with #A5E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E102; }
p { color: rgb(165,225,2); }
H1.HeaderClassName
{
color: #A5E102;
}
.AnyTagClassName
{
color: #A5E102;
}
</style>
background-color css
<style>
a { background-color: #A5E102; }
a { background-color: rgb(165,225,2); }
div.DivClassName
{
background-color: #A5E102;
}
.BgClassName
{
background-color: #A5E102;
}
</style>
border-color css
<style>
span { border-color: #A5E102; }
span { border-color: rgb(165,225,2); }
td.TdClassName
{
border-color: #A5E102;
}
.TagClassName
{
border-color: #A5E102;
}
</style>