Shades of Inch Worm #A8F01B
Tints of Inch Worm #A8F01B
RGB
CMYK
RGB Variations
Color information
#A8F01B (or 0xA8F01B) is known color: Inch Worm. HEX triplet: A8, F0 and 1B. RGB value is (168,240,27). Sum of RGB (Red+Green+Blue) = 168+240+27=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F01B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F01B is #570FE4. Grayscale: #C2C2C2. Windows color (decimal): -5705701 or 1831080. OLE color: 1831080.
HSL color Cylindrical-coordinate representation of color #A8F01B: hue angle of 80.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F01B is Cyan = 0.3, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 27 | - |
| CMYK | 0.3 | 0 | 0.89 | 0.06 |
| HSL | 80.28º | 0.88% | 0.52% | - |
| HSV(B) | 80.28º | 0.89% | 0.94% | - |
| XYZ | 47.51 | 70.72 | 12.18 | - |
| YUV | 194.19 | 33.65 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 27 | 0.3 | 0 | 0.89 | 0.06 | 80.28 | 0.88 | 0.52 |
| Hex | A8 | F0 | 1B | 1E | 0 | 59 | 6 | 50 | 58 | 34 |
| Octal | 250 | 360 | 33 | 36 | 0 | 131 | 6 | 120 | 130 | 64 |
| Binary | 10101000 | 11110000 | 11011 | 11110 | 0 | 1011001 | 110 | 1010000 | 1011000 | 110100 |
Color Harmonies of #A8F01B
Complementary color
Monochromatic Colors of #A8F01B
Black with #A8F01B
Text Example
Text Example
White with #A8F01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F01B; }
p { color: rgb(168,240,27); }
H1.HeaderClassName
{
color: #A8F01B;
}
.AnyTagClassName
{
color: #A8F01B;
}
</style>
background-color css
<style>
a { background-color: #A8F01B; }
a { background-color: rgb(168,240,27); }
div.DivClassName
{
background-color: #A8F01B;
}
.BgClassName
{
background-color: #A8F01B;
}
</style>
border-color css
<style>
span { border-color: #A8F01B; }
span { border-color: rgb(168,240,27); }
td.TdClassName
{
border-color: #A8F01B;
}
.TagClassName
{
border-color: #A8F01B;
}
</style>