Shades of Inch Worm #A4D512
Tints of Inch Worm #A4D512
RGB
CMYK
RGB Variations
Color information
#A4D512 (or 0xA4D512) is known color: Inch Worm. HEX triplet: A4, D5 and 12. RGB value is (164,213,18). Sum of RGB (Red+Green+Blue) = 164+213+18=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D512 is #5B2AED. Grayscale: #B0B0B0. Windows color (decimal): -5974766 or 1234340. OLE color: 1234340.
HSL color Cylindrical-coordinate representation of color #A4D512: hue angle of 75.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4D512 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 18 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.16 |
| HSL | 75.08º | 0.84% | 0.45% | - |
| HSV(B) | 75.08º | 0.92% | 0.84% | - |
| XYZ | 39.21 | 55.52 | 9.22 | - |
| YUV | 176.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 18 | 0.23 | 0 | 0.92 | 0.16 | 75.08 | 0.84 | 0.45 |
| Hex | A4 | D5 | 12 | 17 | 0 | 5C | 10 | 4B | 54 | 2D |
| Octal | 244 | 325 | 22 | 27 | 0 | 134 | 20 | 113 | 124 | 55 |
| Binary | 10100100 | 11010101 | 10010 | 10111 | 0 | 1011100 | 10000 | 1001011 | 1010100 | 101101 |
Color Harmonies of #A4D512
Complementary color
Monochromatic Colors of #A4D512
Black with #A4D512
Text Example
Text Example
White with #A4D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D512; }
p { color: rgb(164,213,18); }
H1.HeaderClassName
{
color: #A4D512;
}
.AnyTagClassName
{
color: #A4D512;
}
</style>
background-color css
<style>
a { background-color: #A4D512; }
a { background-color: rgb(164,213,18); }
div.DivClassName
{
background-color: #A4D512;
}
.BgClassName
{
background-color: #A4D512;
}
</style>
border-color css
<style>
span { border-color: #A4D512; }
span { border-color: rgb(164,213,18); }
td.TdClassName
{
border-color: #A4D512;
}
.TagClassName
{
border-color: #A4D512;
}
</style>