Shades of Inch Worm #A8F319
Tints of Inch Worm #A8F319
RGB
CMYK
RGB Variations
Color information
#A8F319 (or 0xA8F319) is known color: Inch Worm. HEX triplet: A8, F3 and 19. RGB value is (168,243,25). Sum of RGB (Red+Green+Blue) = 168+243+25=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F319 is #570CE6. Grayscale: #C4C4C4. Windows color (decimal): -5704935 or 1700776. OLE color: 1700776.
HSL color Cylindrical-coordinate representation of color #A8F319: hue angle of 80.64º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8F319 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 25 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.05 |
| HSL | 80.64º | 0.9% | 0.53% | - |
| HSV(B) | 80.64º | 0.9% | 0.95% | - |
| XYZ | 48.37 | 72.5 | 12.36 | - |
| YUV | 195.72 | 31.65 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 25 | 0.31 | 0 | 0.90 | 0.05 | 80.64 | 0.9 | 0.53 |
| Hex | A8 | F3 | 19 | 1F | 0 | 5A | 5 | 51 | 5A | 35 |
| Octal | 250 | 363 | 31 | 37 | 0 | 132 | 5 | 121 | 132 | 65 |
| Binary | 10101000 | 11110011 | 11001 | 11111 | 0 | 1011010 | 101 | 1010001 | 1011010 | 110101 |
Color Harmonies of #A8F319
Complementary color
Monochromatic Colors of #A8F319
Black with #A8F319
Text Example
Text Example
White with #A8F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F319; }
p { color: rgb(168,243,25); }
H1.HeaderClassName
{
color: #A8F319;
}
.AnyTagClassName
{
color: #A8F319;
}
</style>
background-color css
<style>
a { background-color: #A8F319; }
a { background-color: rgb(168,243,25); }
div.DivClassName
{
background-color: #A8F319;
}
.BgClassName
{
background-color: #A8F319;
}
</style>
border-color css
<style>
span { border-color: #A8F319; }
span { border-color: rgb(168,243,25); }
td.TdClassName
{
border-color: #A8F319;
}
.TagClassName
{
border-color: #A8F319;
}
</style>