Shades of Inch Worm #A3DF1F
Tints of Inch Worm #A3DF1F
RGB
CMYK
RGB Variations
Color information
#A3DF1F (or 0xA3DF1F) is known color: Inch Worm. HEX triplet: A3, DF and 1F. RGB value is (163,223,31). Sum of RGB (Red+Green+Blue) = 163+223+31=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DF1F is #5C20E0. Grayscale: #B7B7B7. Windows color (decimal): -6037729 or 2088867. OLE color: 2088867.
HSL color Cylindrical-coordinate representation of color #A3DF1F: hue angle of 78.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3DF1F is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 31 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.13 |
| HSL | 78.75º | 0.76% | 0.5% | - |
| HSV(B) | 78.75º | 0.86% | 0.87% | - |
| XYZ | 41.74 | 60.66 | 10.81 | - |
| YUV | 183.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 31 | 0.27 | 0 | 0.86 | 0.13 | 78.75 | 0.76 | 0.5 |
| Hex | A3 | DF | 1F | 1B | 0 | 56 | D | 4F | 4C | 32 |
| Octal | 243 | 337 | 37 | 33 | 0 | 126 | 15 | 117 | 114 | 62 |
| Binary | 10100011 | 11011111 | 11111 | 11011 | 0 | 1010110 | 1101 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A3DF1F
Complementary color
Monochromatic Colors of #A3DF1F
Black with #A3DF1F
Text Example
Text Example
White with #A3DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF1F; }
p { color: rgb(163,223,31); }
H1.HeaderClassName
{
color: #A3DF1F;
}
.AnyTagClassName
{
color: #A3DF1F;
}
</style>
background-color css
<style>
a { background-color: #A3DF1F; }
a { background-color: rgb(163,223,31); }
div.DivClassName
{
background-color: #A3DF1F;
}
.BgClassName
{
background-color: #A3DF1F;
}
</style>
border-color css
<style>
span { border-color: #A3DF1F; }
span { border-color: rgb(163,223,31); }
td.TdClassName
{
border-color: #A3DF1F;
}
.TagClassName
{
border-color: #A3DF1F;
}
</style>