Shades of Inch Worm #A8EF1F
Tints of Inch Worm #A8EF1F
RGB
CMYK
RGB Variations
Color information
#A8EF1F (or 0xA8EF1F) is known color: Inch Worm. HEX triplet: A8, EF and 1F. RGB value is (168,239,31). Sum of RGB (Red+Green+Blue) = 168+239+31=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF1F is #5710E0. Grayscale: #C2C2C2. Windows color (decimal): -5705953 or 2092968. OLE color: 2092968.
HSL color Cylindrical-coordinate representation of color #A8EF1F: hue angle of 80.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8EF1F is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 31 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.06 |
| HSL | 80.48º | 0.87% | 0.53% | - |
| HSV(B) | 80.48º | 0.87% | 0.94% | - |
| XYZ | 47.26 | 70.16 | 12.35 | - |
| YUV | 194.06 | 35.98 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 31 | 0.30 | 0 | 0.87 | 0.06 | 80.48 | 0.87 | 0.53 |
| Hex | A8 | EF | 1F | 1E | 0 | 57 | 6 | 50 | 57 | 35 |
| Octal | 250 | 357 | 37 | 36 | 0 | 127 | 6 | 120 | 127 | 65 |
| Binary | 10101000 | 11101111 | 11111 | 11110 | 0 | 1010111 | 110 | 1010000 | 1010111 | 110101 |
Color Harmonies of #A8EF1F
Complementary color
Monochromatic Colors of #A8EF1F
Black with #A8EF1F
Text Example
Text Example
White with #A8EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF1F; }
p { color: rgb(168,239,31); }
H1.HeaderClassName
{
color: #A8EF1F;
}
.AnyTagClassName
{
color: #A8EF1F;
}
</style>
background-color css
<style>
a { background-color: #A8EF1F; }
a { background-color: rgb(168,239,31); }
div.DivClassName
{
background-color: #A8EF1F;
}
.BgClassName
{
background-color: #A8EF1F;
}
</style>
border-color css
<style>
span { border-color: #A8EF1F; }
span { border-color: rgb(168,239,31); }
td.TdClassName
{
border-color: #A8EF1F;
}
.TagClassName
{
border-color: #A8EF1F;
}
</style>