Shades of Inch Worm #ACF01E
Tints of Inch Worm #ACF01E
RGB
CMYK
RGB Variations
Color information
#ACF01E (or 0xACF01E) is known color: Inch Worm. HEX triplet: AC, F0 and 1E. RGB value is (172,240,30). Sum of RGB (Red+Green+Blue) = 172+240+30=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF01E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF01E is #530FE1. Grayscale: #C4C4C4. Windows color (decimal): -5443554 or 2027692. OLE color: 2027692.
HSL color Cylindrical-coordinate representation of color #ACF01E: hue angle of 79.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF01E is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 30 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.06 |
| HSL | 79.43º | 0.88% | 0.53% | - |
| HSV(B) | 79.43º | 0.88% | 0.94% | - |
| XYZ | 48.41 | 71.18 | 12.42 | - |
| YUV | 195.73 | 34.47 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 30 | 0.28 | 0 | 0.87 | 0.06 | 79.43 | 0.88 | 0.53 |
| Hex | AC | F0 | 1E | 1C | 0 | 57 | 6 | 4F | 58 | 35 |
| Octal | 254 | 360 | 36 | 34 | 0 | 127 | 6 | 117 | 130 | 65 |
| Binary | 10101100 | 11110000 | 11110 | 11100 | 0 | 1010111 | 110 | 1001111 | 1011000 | 110101 |
Color Harmonies of #ACF01E
Complementary color
Monochromatic Colors of #ACF01E
Black with #ACF01E
Text Example
Text Example
White with #ACF01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF01E; }
p { color: rgb(172,240,30); }
H1.HeaderClassName
{
color: #ACF01E;
}
.AnyTagClassName
{
color: #ACF01E;
}
</style>
background-color css
<style>
a { background-color: #ACF01E; }
a { background-color: rgb(172,240,30); }
div.DivClassName
{
background-color: #ACF01E;
}
.BgClassName
{
background-color: #ACF01E;
}
</style>
border-color css
<style>
span { border-color: #ACF01E; }
span { border-color: rgb(172,240,30); }
td.TdClassName
{
border-color: #ACF01E;
}
.TagClassName
{
border-color: #ACF01E;
}
</style>