Shades of Inch Worm #A5D80B
Tints of Inch Worm #A5D80B
RGB
CMYK
RGB Variations
Color information
#A5D80B (or 0xA5D80B) is known color: Inch Worm. HEX triplet: A5, D8 and 0B. RGB value is (165,216,11). Sum of RGB (Red+Green+Blue) = 165+216+11=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D80B is #5A27F4. Grayscale: #B2B2B2. Windows color (decimal): -5908469 or 776357. OLE color: 776357.
HSL color Cylindrical-coordinate representation of color #A5D80B: hue angle of 74.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5D80B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 216 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.15 |
| HSL | 74.93º | 0.9% | 0.45% | - |
| HSV(B) | 74.93º | 0.95% | 0.85% | - |
| XYZ | 40.13 | 57.14 | 9.23 | - |
| YUV | 177.38 | 34.1 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 216 | 11 | 0.24 | 0 | 0.95 | 0.15 | 74.93 | 0.9 | 0.45 |
| Hex | A5 | D8 | B | 18 | 0 | 5F | F | 4B | 5A | 2D |
| Octal | 245 | 330 | 13 | 30 | 0 | 137 | 17 | 113 | 132 | 55 |
| Binary | 10100101 | 11011000 | 1011 | 11000 | 0 | 1011111 | 1111 | 1001011 | 1011010 | 101101 |
Color Harmonies of #A5D80B
Complementary color
Monochromatic Colors of #A5D80B
Black with #A5D80B
Text Example
Text Example
White with #A5D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D80B; }
p { color: rgb(165,216,11); }
H1.HeaderClassName
{
color: #A5D80B;
}
.AnyTagClassName
{
color: #A5D80B;
}
</style>
background-color css
<style>
a { background-color: #A5D80B; }
a { background-color: rgb(165,216,11); }
div.DivClassName
{
background-color: #A5D80B;
}
.BgClassName
{
background-color: #A5D80B;
}
</style>
border-color css
<style>
span { border-color: #A5D80B; }
span { border-color: rgb(165,216,11); }
td.TdClassName
{
border-color: #A5D80B;
}
.TagClassName
{
border-color: #A5D80B;
}
</style>