Shades of Inch Worm #ADF313
Tints of Inch Worm #ADF313
RGB
CMYK
RGB Variations
Color information
#ADF313 (or 0xADF313) is known color: Inch Worm. HEX triplet: AD, F3 and 13. RGB value is (173,243,19). Sum of RGB (Red+Green+Blue) = 173+243+19=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF313 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF313 is #520CEC. Grayscale: #C5C5C5. Windows color (decimal): -5377261 or 1307565. OLE color: 1307565.
HSL color Cylindrical-coordinate representation of color #ADF313: hue angle of 78.75º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF313 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 19 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.05 |
| HSL | 78.75º | 0.9% | 0.51% | - |
| HSV(B) | 78.75º | 0.92% | 0.95% | - |
| XYZ | 49.4 | 73.03 | 12.11 | - |
| YUV | 196.53 | 27.81 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 19 | 0.29 | 0 | 0.92 | 0.05 | 78.75 | 0.9 | 0.51 |
| Hex | AD | F3 | 13 | 1D | 0 | 5C | 5 | 4F | 5A | 33 |
| Octal | 255 | 363 | 23 | 35 | 0 | 134 | 5 | 117 | 132 | 63 |
| Binary | 10101101 | 11110011 | 10011 | 11101 | 0 | 1011100 | 101 | 1001111 | 1011010 | 110011 |
Color Harmonies of #ADF313
Complementary color
Monochromatic Colors of #ADF313
Black with #ADF313
Text Example
Text Example
White with #ADF313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF313; }
p { color: rgb(173,243,19); }
H1.HeaderClassName
{
color: #ADF313;
}
.AnyTagClassName
{
color: #ADF313;
}
</style>
background-color css
<style>
a { background-color: #ADF313; }
a { background-color: rgb(173,243,19); }
div.DivClassName
{
background-color: #ADF313;
}
.BgClassName
{
background-color: #ADF313;
}
</style>
border-color css
<style>
span { border-color: #ADF313; }
span { border-color: rgb(173,243,19); }
td.TdClassName
{
border-color: #ADF313;
}
.TagClassName
{
border-color: #ADF313;
}
</style>