Shades of Inch Worm #ACF01F
Tints of Inch Worm #ACF01F
RGB
CMYK
RGB Variations
Color information
#ACF01F (or 0xACF01F) is known color: Inch Worm. HEX triplet: AC, F0 and 1F. RGB value is (172,240,31). Sum of RGB (Red+Green+Blue) = 172+240+31=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF01F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF01F is #530FE0. Grayscale: #C4C4C4. Windows color (decimal): -5443553 or 2093228. OLE color: 2093228.
HSL color Cylindrical-coordinate representation of color #ACF01F: hue angle of 79.52º 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 #ACF01F is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 31 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.06 |
| HSL | 79.52º | 0.87% | 0.53% | - |
| HSV(B) | 79.52º | 0.87% | 0.94% | - |
| XYZ | 48.42 | 71.19 | 12.49 | - |
| YUV | 195.84 | 34.97 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 31 | 0.28 | 0 | 0.87 | 0.06 | 79.52 | 0.87 | 0.53 |
| Hex | AC | F0 | 1F | 1C | 0 | 57 | 6 | 50 | 57 | 35 |
| Octal | 254 | 360 | 37 | 34 | 0 | 127 | 6 | 120 | 127 | 65 |
| Binary | 10101100 | 11110000 | 11111 | 11100 | 0 | 1010111 | 110 | 1010000 | 1010111 | 110101 |
Color Harmonies of #ACF01F
Complementary color
Monochromatic Colors of #ACF01F
Black with #ACF01F
Text Example
Text Example
White with #ACF01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF01F; }
p { color: rgb(172,240,31); }
H1.HeaderClassName
{
color: #ACF01F;
}
.AnyTagClassName
{
color: #ACF01F;
}
</style>
background-color css
<style>
a { background-color: #ACF01F; }
a { background-color: rgb(172,240,31); }
div.DivClassName
{
background-color: #ACF01F;
}
.BgClassName
{
background-color: #ACF01F;
}
</style>
border-color css
<style>
span { border-color: #ACF01F; }
span { border-color: rgb(172,240,31); }
td.TdClassName
{
border-color: #ACF01F;
}
.TagClassName
{
border-color: #ACF01F;
}
</style>