Shades of Inch Worm #A5D908
Tints of Inch Worm #A5D908
RGB
CMYK
RGB Variations
Color information
#A5D908 (or 0xA5D908) is known color: Inch Worm. HEX triplet: A5, D9 and 08. RGB value is (165,217,8). Sum of RGB (Red+Green+Blue) = 165+217+8=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5D908 is #5A26F7. Grayscale: #B2B2B2. Windows color (decimal): -5908216 or 580005. OLE color: 580005.
HSL color Cylindrical-coordinate representation of color #A5D908: hue angle of 74.93º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5D908 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 217 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.15 |
| HSL | 74.93º | 0.93% | 0.44% | - |
| HSV(B) | 74.93º | 0.96% | 0.85% | - |
| XYZ | 40.37 | 57.64 | 9.23 | - |
| YUV | 177.63 | 32.27 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 217 | 8 | 0.24 | 0 | 0.96 | 0.15 | 74.93 | 0.93 | 0.44 |
| Hex | A5 | D9 | 8 | 18 | 0 | 60 | F | 4B | 5D | 2C |
| Octal | 245 | 331 | 10 | 30 | 0 | 140 | 17 | 113 | 135 | 54 |
| Binary | 10100101 | 11011001 | 1000 | 11000 | 0 | 1100000 | 1111 | 1001011 | 1011101 | 101100 |
Color Harmonies of #A5D908
Complementary color
Monochromatic Colors of #A5D908
Black with #A5D908
Text Example
Text Example
White with #A5D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D908; }
p { color: rgb(165,217,8); }
H1.HeaderClassName
{
color: #A5D908;
}
.AnyTagClassName
{
color: #A5D908;
}
</style>
background-color css
<style>
a { background-color: #A5D908; }
a { background-color: rgb(165,217,8); }
div.DivClassName
{
background-color: #A5D908;
}
.BgClassName
{
background-color: #A5D908;
}
</style>
border-color css
<style>
span { border-color: #A5D908; }
span { border-color: rgb(165,217,8); }
td.TdClassName
{
border-color: #A5D908;
}
.TagClassName
{
border-color: #A5D908;
}
</style>