Shades of Inch Worm #A3D313
Tints of Inch Worm #A3D313
RGB
CMYK
RGB Variations
Color information
#A3D313 (or 0xA3D313) is known color: Inch Worm. HEX triplet: A3, D3 and 13. RGB value is (163,211,19). Sum of RGB (Red+Green+Blue) = 163+211+19=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D313 is #5C2CEC. Grayscale: #AFAFAF. Windows color (decimal): -6040813 or 1299363. OLE color: 1299363.
HSL color Cylindrical-coordinate representation of color #A3D313: hue angle of 75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3D313 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 19 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.17 |
| HSL | 75º | 0.83% | 0.45% | - |
| HSV(B) | 75º | 0.91% | 0.83% | - |
| XYZ | 38.52 | 54.42 | 9.09 | - |
| YUV | 174.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 19 | 0.23 | 0 | 0.91 | 0.17 | 75 | 0.83 | 0.45 |
| Hex | A3 | D3 | 13 | 17 | 0 | 5B | 11 | 4B | 53 | 2D |
| Octal | 243 | 323 | 23 | 27 | 0 | 133 | 21 | 113 | 123 | 55 |
| Binary | 10100011 | 11010011 | 10011 | 10111 | 0 | 1011011 | 10001 | 1001011 | 1010011 | 101101 |
Color Harmonies of #A3D313
Complementary color
Monochromatic Colors of #A3D313
Black with #A3D313
Text Example
Text Example
White with #A3D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D313; }
p { color: rgb(163,211,19); }
H1.HeaderClassName
{
color: #A3D313;
}
.AnyTagClassName
{
color: #A3D313;
}
</style>
background-color css
<style>
a { background-color: #A3D313; }
a { background-color: rgb(163,211,19); }
div.DivClassName
{
background-color: #A3D313;
}
.BgClassName
{
background-color: #A3D313;
}
</style>
border-color css
<style>
span { border-color: #A3D313; }
span { border-color: rgb(163,211,19); }
td.TdClassName
{
border-color: #A3D313;
}
.TagClassName
{
border-color: #A3D313;
}
</style>