Shades of Inch Worm #A4D30D
Tints of Inch Worm #A4D30D
RGB
CMYK
RGB Variations
Color information
#A4D30D (or 0xA4D30D) is known color: Inch Worm. HEX triplet: A4, D3 and 0D. RGB value is (164,211,13). Sum of RGB (Red+Green+Blue) = 164+211+13=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D30D is #5B2CF2. Grayscale: #AFAFAF. Windows color (decimal): -5975283 or 906148. OLE color: 906148.
HSL color Cylindrical-coordinate representation of color #A4D30D: hue angle of 74.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4D30D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.17 |
| HSL | 74.24º | 0.88% | 0.44% | - |
| HSV(B) | 74.24º | 0.94% | 0.83% | - |
| XYZ | 38.68 | 54.51 | 8.86 | - |
| YUV | 174.38 | 36.93 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 13 | 0.22 | 0 | 0.94 | 0.17 | 74.24 | 0.88 | 0.44 |
| Hex | A4 | D3 | D | 16 | 0 | 5E | 11 | 4A | 58 | 2C |
| Octal | 244 | 323 | 15 | 26 | 0 | 136 | 21 | 112 | 130 | 54 |
| Binary | 10100100 | 11010011 | 1101 | 10110 | 0 | 1011110 | 10001 | 1001010 | 1011000 | 101100 |
Color Harmonies of #A4D30D
Complementary color
Monochromatic Colors of #A4D30D
Black with #A4D30D
Text Example
Text Example
White with #A4D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D30D; }
p { color: rgb(164,211,13); }
H1.HeaderClassName
{
color: #A4D30D;
}
.AnyTagClassName
{
color: #A4D30D;
}
</style>
background-color css
<style>
a { background-color: #A4D30D; }
a { background-color: rgb(164,211,13); }
div.DivClassName
{
background-color: #A4D30D;
}
.BgClassName
{
background-color: #A4D30D;
}
</style>
border-color css
<style>
span { border-color: #A4D30D; }
span { border-color: rgb(164,211,13); }
td.TdClassName
{
border-color: #A4D30D;
}
.TagClassName
{
border-color: #A4D30D;
}
</style>