Shades of Inch Worm #ADF613
Tints of Inch Worm #ADF613
RGB
CMYK
RGB Variations
Color information
#ADF613 (or 0xADF613) is known color: Inch Worm. HEX triplet: AD, F6 and 13. RGB value is (173,246,19). Sum of RGB (Red+Green+Blue) = 173+246+19=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 246 (96.48% from 255 or 56.16% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF613 is #5209EC. Grayscale: #C7C7C7. Windows color (decimal): -5376493 or 1308333. OLE color: 1308333.
HSL color Cylindrical-coordinate representation of color #ADF613: hue angle of 79.3º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF613 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 19 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.04 |
| HSL | 79.3º | 0.93% | 0.52% | - |
| HSV(B) | 79.3º | 0.92% | 0.96% | - |
| XYZ | 50.31 | 74.84 | 12.41 | - |
| YUV | 198.3 | 26.82 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 19 | 0.30 | 0 | 0.92 | 0.04 | 79.3 | 0.93 | 0.52 |
| Hex | AD | F6 | 13 | 1E | 0 | 5C | 4 | 4F | 5D | 34 |
| Octal | 255 | 366 | 23 | 36 | 0 | 134 | 4 | 117 | 135 | 64 |
| Binary | 10101101 | 11110110 | 10011 | 11110 | 0 | 1011100 | 100 | 1001111 | 1011101 | 110100 |
Color Harmonies of #ADF613
Complementary color
Monochromatic Colors of #ADF613
Black with #ADF613
Text Example
Text Example
White with #ADF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF613; }
p { color: rgb(173,246,19); }
H1.HeaderClassName
{
color: #ADF613;
}
.AnyTagClassName
{
color: #ADF613;
}
</style>
background-color css
<style>
a { background-color: #ADF613; }
a { background-color: rgb(173,246,19); }
div.DivClassName
{
background-color: #ADF613;
}
.BgClassName
{
background-color: #ADF613;
}
</style>
border-color css
<style>
span { border-color: #ADF613; }
span { border-color: rgb(173,246,19); }
td.TdClassName
{
border-color: #ADF613;
}
.TagClassName
{
border-color: #ADF613;
}
</style>