Shades of Inch Worm #AFE620
Tints of Inch Worm #AFE620
RGB
CMYK
RGB Variations
Color information
#AFE620 (or 0xAFE620) is known color: Inch Worm. HEX triplet: AF, E6 and 20. RGB value is (175,230,32). Sum of RGB (Red+Green+Blue) = 175+230+32=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 230 (90.23% from 255 or 52.63% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE620 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE620 is #5019DF. Grayscale: #BFBFBF. Windows color (decimal): -5249504 or 2156207. OLE color: 2156207.
HSL color Cylindrical-coordinate representation of color #AFE620: hue angle of 76.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFE620 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 32 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.10 |
| HSL | 76.67º | 0.8% | 0.51% | - |
| HSV(B) | 76.67º | 0.86% | 0.9% | - |
| XYZ | 46.24 | 65.81 | 11.63 | - |
| YUV | 190.98 | 38.28 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 32 | 0.24 | 0 | 0.86 | 0.10 | 76.67 | 0.8 | 0.51 |
| Hex | AF | E6 | 20 | 18 | 0 | 56 | A | 4D | 50 | 33 |
| Octal | 257 | 346 | 40 | 30 | 0 | 126 | 12 | 115 | 120 | 63 |
| Binary | 10101111 | 11100110 | 100000 | 11000 | 0 | 1010110 | 1010 | 1001101 | 1010000 | 110011 |
Color Harmonies of #AFE620
Complementary color
Monochromatic Colors of #AFE620
Black with #AFE620
Text Example
Text Example
White with #AFE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE620; }
p { color: rgb(175,230,32); }
H1.HeaderClassName
{
color: #AFE620;
}
.AnyTagClassName
{
color: #AFE620;
}
</style>
background-color css
<style>
a { background-color: #AFE620; }
a { background-color: rgb(175,230,32); }
div.DivClassName
{
background-color: #AFE620;
}
.BgClassName
{
background-color: #AFE620;
}
</style>
border-color css
<style>
span { border-color: #AFE620; }
span { border-color: rgb(175,230,32); }
td.TdClassName
{
border-color: #AFE620;
}
.TagClassName
{
border-color: #AFE620;
}
</style>