Shades of Inch Worm #A3DF15
Tints of Inch Worm #A3DF15
RGB
CMYK
RGB Variations
Color information
#A3DF15 (or 0xA3DF15) is known color: Inch Worm. HEX triplet: A3, DF and 15. RGB value is (163,223,21). Sum of RGB (Red+Green+Blue) = 163+223+21=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DF15 is #5C20EA. Grayscale: #B6B6B6. Windows color (decimal): -6037739 or 1433507. OLE color: 1433507.
HSL color Cylindrical-coordinate representation of color #A3DF15: hue angle of 77.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3DF15 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 21 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.13 |
| HSL | 77.82º | 0.83% | 0.48% | - |
| HSV(B) | 77.82º | 0.91% | 0.87% | - |
| XYZ | 41.63 | 60.62 | 10.22 | - |
| YUV | 182.03 | 37.12 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 21 | 0.27 | 0 | 0.91 | 0.13 | 77.82 | 0.83 | 0.48 |
| Hex | A3 | DF | 15 | 1B | 0 | 5B | D | 4E | 53 | 30 |
| Octal | 243 | 337 | 25 | 33 | 0 | 133 | 15 | 116 | 123 | 60 |
| Binary | 10100011 | 11011111 | 10101 | 11011 | 0 | 1011011 | 1101 | 1001110 | 1010011 | 110000 |
Color Harmonies of #A3DF15
Complementary color
Monochromatic Colors of #A3DF15
Black with #A3DF15
Text Example
Text Example
White with #A3DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF15; }
p { color: rgb(163,223,21); }
H1.HeaderClassName
{
color: #A3DF15;
}
.AnyTagClassName
{
color: #A3DF15;
}
</style>
background-color css
<style>
a { background-color: #A3DF15; }
a { background-color: rgb(163,223,21); }
div.DivClassName
{
background-color: #A3DF15;
}
.BgClassName
{
background-color: #A3DF15;
}
</style>
border-color css
<style>
span { border-color: #A3DF15; }
span { border-color: rgb(163,223,21); }
td.TdClassName
{
border-color: #A3DF15;
}
.TagClassName
{
border-color: #A3DF15;
}
</style>