Shades of Inch Worm #A5F115
Tints of Inch Worm #A5F115
RGB
CMYK
RGB Variations
Color information
#A5F115 (or 0xA5F115) is known color: Inch Worm. HEX triplet: A5, F1 and 15. RGB value is (165,241,21). Sum of RGB (Red+Green+Blue) = 165+241+21=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F115 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5F115 is #5A0EEA. Grayscale: #C2C2C2. Windows color (decimal): -5902059 or 1438117. OLE color: 1438117.
HSL color Cylindrical-coordinate representation of color #A5F115: hue angle of 80.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5F115 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 241 | 21 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.05 |
| HSL | 80.73º | 0.89% | 0.51% | - |
| HSV(B) | 80.73º | 0.91% | 0.95% | - |
| XYZ | 47.11 | 70.96 | 11.92 | - |
| YUV | 193.2 | 30.82 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 21 | 0.32 | 0 | 0.91 | 0.05 | 80.73 | 0.89 | 0.51 |
| Hex | A5 | F1 | 15 | 20 | 0 | 5B | 5 | 51 | 59 | 33 |
| Octal | 245 | 361 | 25 | 40 | 0 | 133 | 5 | 121 | 131 | 63 |
| Binary | 10100101 | 11110001 | 10101 | 100000 | 0 | 1011011 | 101 | 1010001 | 1011001 | 110011 |
Color Harmonies of #A5F115
Complementary color
Monochromatic Colors of #A5F115
Black with #A5F115
Text Example
Text Example
White with #A5F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F115; }
p { color: rgb(165,241,21); }
H1.HeaderClassName
{
color: #A5F115;
}
.AnyTagClassName
{
color: #A5F115;
}
</style>
background-color css
<style>
a { background-color: #A5F115; }
a { background-color: rgb(165,241,21); }
div.DivClassName
{
background-color: #A5F115;
}
.BgClassName
{
background-color: #A5F115;
}
</style>
border-color css
<style>
span { border-color: #A5F115; }
span { border-color: rgb(165,241,21); }
td.TdClassName
{
border-color: #A5F115;
}
.TagClassName
{
border-color: #A5F115;
}
</style>