Shades of Inch Worm #AFE32A
Tints of Inch Worm #AFE32A
RGB
CMYK
RGB Variations
Color information
#AFE32A (or 0xAFE32A) is known color: Inch Worm. HEX triplet: AF, E3 and 2A. RGB value is (175,227,42). Sum of RGB (Red+Green+Blue) = 175+227+42=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE32A is #501CD5. Grayscale: #BFBFBF. Windows color (decimal): -5250262 or 2810799. OLE color: 2810799.
HSL color Cylindrical-coordinate representation of color #AFE32A: hue angle of 76.86º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFE32A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 42 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.11 |
| HSL | 76.86º | 0.77% | 0.53% | - |
| HSV(B) | 76.86º | 0.81% | 0.89% | - |
| XYZ | 45.57 | 64.22 | 12.18 | - |
| YUV | 190.36 | 44.27 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 42 | 0.23 | 0 | 0.81 | 0.11 | 76.86 | 0.77 | 0.53 |
| Hex | AF | E3 | 2A | 17 | 0 | 51 | B | 4D | 4D | 35 |
| Octal | 257 | 343 | 52 | 27 | 0 | 121 | 13 | 115 | 115 | 65 |
| Binary | 10101111 | 11100011 | 101010 | 10111 | 0 | 1010001 | 1011 | 1001101 | 1001101 | 110101 |
Color Harmonies of #AFE32A
Complementary color
Monochromatic Colors of #AFE32A
Black with #AFE32A
Text Example
Text Example
White with #AFE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE32A; }
p { color: rgb(175,227,42); }
H1.HeaderClassName
{
color: #AFE32A;
}
.AnyTagClassName
{
color: #AFE32A;
}
</style>
background-color css
<style>
a { background-color: #AFE32A; }
a { background-color: rgb(175,227,42); }
div.DivClassName
{
background-color: #AFE32A;
}
.BgClassName
{
background-color: #AFE32A;
}
</style>
border-color css
<style>
span { border-color: #AFE32A; }
span { border-color: rgb(175,227,42); }
td.TdClassName
{
border-color: #AFE32A;
}
.TagClassName
{
border-color: #AFE32A;
}
</style>