Shades of Inch Worm #ACF11B
Tints of Inch Worm #ACF11B
RGB
CMYK
RGB Variations
Color information
#ACF11B (or 0xACF11B) is known color: Inch Worm. HEX triplet: AC, F1 and 1B. RGB value is (172,241,27). Sum of RGB (Red+Green+Blue) = 172+241+27=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF11B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF11B is #530EE4. Grayscale: #C4C4C4. Windows color (decimal): -5443301 or 1831340. OLE color: 1831340.
HSL color Cylindrical-coordinate representation of color #ACF11B: hue angle of 79.35º degrees, saturation: 0.88, 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 #ACF11B is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 27 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.05 |
| HSL | 79.35º | 0.88% | 0.53% | - |
| HSV(B) | 79.35º | 0.89% | 0.95% | - |
| XYZ | 48.67 | 71.76 | 12.32 | - |
| YUV | 195.97 | 32.64 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 27 | 0.29 | 0 | 0.89 | 0.05 | 79.35 | 0.88 | 0.53 |
| Hex | AC | F1 | 1B | 1D | 0 | 59 | 5 | 4F | 58 | 35 |
| Octal | 254 | 361 | 33 | 35 | 0 | 131 | 5 | 117 | 130 | 65 |
| Binary | 10101100 | 11110001 | 11011 | 11101 | 0 | 1011001 | 101 | 1001111 | 1011000 | 110101 |
Color Harmonies of #ACF11B
Complementary color
Monochromatic Colors of #ACF11B
Black with #ACF11B
Text Example
Text Example
White with #ACF11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF11B; }
p { color: rgb(172,241,27); }
H1.HeaderClassName
{
color: #ACF11B;
}
.AnyTagClassName
{
color: #ACF11B;
}
</style>
background-color css
<style>
a { background-color: #ACF11B; }
a { background-color: rgb(172,241,27); }
div.DivClassName
{
background-color: #ACF11B;
}
.BgClassName
{
background-color: #ACF11B;
}
</style>
border-color css
<style>
span { border-color: #ACF11B; }
span { border-color: rgb(172,241,27); }
td.TdClassName
{
border-color: #ACF11B;
}
.TagClassName
{
border-color: #ACF11B;
}
</style>