Shades of Inch Worm #ACF21B
Tints of Inch Worm #ACF21B
RGB
CMYK
RGB Variations
Color information
#ACF21B (or 0xACF21B) is known color: Inch Worm. HEX triplet: AC, F2 and 1B. RGB value is (172,242,27). Sum of RGB (Red+Green+Blue) = 172+242+27=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF21B is #530DE4. Grayscale: #C5C5C5. Windows color (decimal): -5443045 or 1831596. OLE color: 1831596.
HSL color Cylindrical-coordinate representation of color #ACF21B: hue angle of 79.53º degrees, saturation: 0.89, 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 #ACF21B is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 27 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.05 |
| HSL | 79.53º | 0.89% | 0.53% | - |
| HSV(B) | 79.53º | 0.89% | 0.95% | - |
| XYZ | 48.96 | 72.35 | 12.42 | - |
| YUV | 196.56 | 32.31 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 27 | 0.29 | 0 | 0.89 | 0.05 | 79.53 | 0.89 | 0.53 |
| Hex | AC | F2 | 1B | 1D | 0 | 59 | 5 | 50 | 59 | 35 |
| Octal | 254 | 362 | 33 | 35 | 0 | 131 | 5 | 120 | 131 | 65 |
| Binary | 10101100 | 11110010 | 11011 | 11101 | 0 | 1011001 | 101 | 1010000 | 1011001 | 110101 |
Color Harmonies of #ACF21B
Complementary color
Monochromatic Colors of #ACF21B
Black with #ACF21B
Text Example
Text Example
White with #ACF21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF21B; }
p { color: rgb(172,242,27); }
H1.HeaderClassName
{
color: #ACF21B;
}
.AnyTagClassName
{
color: #ACF21B;
}
</style>
background-color css
<style>
a { background-color: #ACF21B; }
a { background-color: rgb(172,242,27); }
div.DivClassName
{
background-color: #ACF21B;
}
.BgClassName
{
background-color: #ACF21B;
}
</style>
border-color css
<style>
span { border-color: #ACF21B; }
span { border-color: rgb(172,242,27); }
td.TdClassName
{
border-color: #ACF21B;
}
.TagClassName
{
border-color: #ACF21B;
}
</style>