Shades of Inch Worm #A8F21B
Tints of Inch Worm #A8F21B
RGB
CMYK
RGB Variations
Color information
#A8F21B (or 0xA8F21B) is known color: Inch Worm. HEX triplet: A8, F2 and 1B. RGB value is (168,242,27). Sum of RGB (Red+Green+Blue) = 168+242+27=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 242 (94.92% from 255 or 55.38% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F21B is #570DE4. Grayscale: #C4C4C4. Windows color (decimal): -5705189 or 1831592. OLE color: 1831592.
HSL color Cylindrical-coordinate representation of color #A8F21B: hue angle of 80.65º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F21B is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 27 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.05 |
| HSL | 80.65º | 0.89% | 0.53% | - |
| HSV(B) | 80.65º | 0.89% | 0.95% | - |
| XYZ | 48.1 | 71.91 | 12.38 | - |
| YUV | 195.36 | 32.98 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 27 | 0.31 | 0 | 0.89 | 0.05 | 80.65 | 0.89 | 0.53 |
| Hex | A8 | F2 | 1B | 1F | 0 | 59 | 5 | 51 | 59 | 35 |
| Octal | 250 | 362 | 33 | 37 | 0 | 131 | 5 | 121 | 131 | 65 |
| Binary | 10101000 | 11110010 | 11011 | 11111 | 0 | 1011001 | 101 | 1010001 | 1011001 | 110101 |
Color Harmonies of #A8F21B
Complementary color
Monochromatic Colors of #A8F21B
Black with #A8F21B
Text Example
Text Example
White with #A8F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F21B; }
p { color: rgb(168,242,27); }
H1.HeaderClassName
{
color: #A8F21B;
}
.AnyTagClassName
{
color: #A8F21B;
}
</style>
background-color css
<style>
a { background-color: #A8F21B; }
a { background-color: rgb(168,242,27); }
div.DivClassName
{
background-color: #A8F21B;
}
.BgClassName
{
background-color: #A8F21B;
}
</style>
border-color css
<style>
span { border-color: #A8F21B; }
span { border-color: rgb(168,242,27); }
td.TdClassName
{
border-color: #A8F21B;
}
.TagClassName
{
border-color: #A8F21B;
}
</style>