Shades of Inch Worm #AFE304
Tints of Inch Worm #AFE304
RGB
CMYK
RGB Variations
Color information
#AFE304 (or 0xAFE304) is known color: Inch Worm. HEX triplet: AF, E3 and 04. RGB value is (175,227,4). Sum of RGB (Red+Green+Blue) = 175+227+4=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFE304 is #501CFB. Grayscale: #BABABA. Windows color (decimal): -5250300 or 320431. OLE color: 320431.
HSL color Cylindrical-coordinate representation of color #AFE304: hue angle of 73.99º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFE304 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.11 |
| HSL | 73.99º | 0.97% | 0.45% | - |
| HSV(B) | 73.99º | 0.98% | 0.89% | - |
| XYZ | 45.17 | 64.06 | 10.1 | - |
| YUV | 186.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 4 | 0.23 | 0 | 0.98 | 0.11 | 73.99 | 0.97 | 0.45 |
| Hex | AF | E3 | 4 | 17 | 0 | 62 | B | 4A | 61 | 2D |
| Octal | 257 | 343 | 4 | 27 | 0 | 142 | 13 | 112 | 141 | 55 |
| Binary | 10101111 | 11100011 | 100 | 10111 | 0 | 1100010 | 1011 | 1001010 | 1100001 | 101101 |
Color Harmonies of #AFE304
Complementary color
Monochromatic Colors of #AFE304
Black with #AFE304
Text Example
Text Example
White with #AFE304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE304; }
p { color: rgb(175,227,4); }
H1.HeaderClassName
{
color: #AFE304;
}
.AnyTagClassName
{
color: #AFE304;
}
</style>
background-color css
<style>
a { background-color: #AFE304; }
a { background-color: rgb(175,227,4); }
div.DivClassName
{
background-color: #AFE304;
}
.BgClassName
{
background-color: #AFE304;
}
</style>
border-color css
<style>
span { border-color: #AFE304; }
span { border-color: rgb(175,227,4); }
td.TdClassName
{
border-color: #AFE304;
}
.TagClassName
{
border-color: #AFE304;
}
</style>