Shades of Inch Worm #A4D40B
Tints of Inch Worm #A4D40B
RGB
CMYK
RGB Variations
Color information
#A4D40B (or 0xA4D40B) is known color: Inch Worm. HEX triplet: A4, D4 and 0B. RGB value is (164,212,11). Sum of RGB (Red+Green+Blue) = 164+212+11=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D40B is #5B2BF4. Grayscale: #AFAFAF. Windows color (decimal): -5975029 or 775332. OLE color: 775332.
HSL color Cylindrical-coordinate representation of color #A4D40B: hue angle of 74.33º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4D40B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.17 |
| HSL | 74.33º | 0.9% | 0.44% | - |
| HSV(B) | 74.33º | 0.95% | 0.83% | - |
| XYZ | 38.91 | 55 | 8.88 | - |
| YUV | 174.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 11 | 0.23 | 0 | 0.95 | 0.17 | 74.33 | 0.9 | 0.44 |
| Hex | A4 | D4 | B | 17 | 0 | 5F | 11 | 4A | 5A | 2C |
| Octal | 244 | 324 | 13 | 27 | 0 | 137 | 21 | 112 | 132 | 54 |
| Binary | 10100100 | 11010100 | 1011 | 10111 | 0 | 1011111 | 10001 | 1001010 | 1011010 | 101100 |
Color Harmonies of #A4D40B
Complementary color
Monochromatic Colors of #A4D40B
Black with #A4D40B
Text Example
Text Example
White with #A4D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D40B; }
p { color: rgb(164,212,11); }
H1.HeaderClassName
{
color: #A4D40B;
}
.AnyTagClassName
{
color: #A4D40B;
}
</style>
background-color css
<style>
a { background-color: #A4D40B; }
a { background-color: rgb(164,212,11); }
div.DivClassName
{
background-color: #A4D40B;
}
.BgClassName
{
background-color: #A4D40B;
}
</style>
border-color css
<style>
span { border-color: #A4D40B; }
span { border-color: rgb(164,212,11); }
td.TdClassName
{
border-color: #A4D40B;
}
.TagClassName
{
border-color: #A4D40B;
}
</style>