Shades of Inch Worm #AFEA1A
Tints of Inch Worm #AFEA1A
RGB
CMYK
RGB Variations
Color information
#AFEA1A (or 0xAFEA1A) is known color: Inch Worm. HEX triplet: AF, EA and 1A. RGB value is (175,234,26). Sum of RGB (Red+Green+Blue) = 175+234+26=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA1A is #5015E5. Grayscale: #C1C1C1. Windows color (decimal): -5248486 or 1764015. OLE color: 1764015.
HSL color Cylindrical-coordinate representation of color #AFEA1A: hue angle of 77.02º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFEA1A is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 26 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.08 |
| HSL | 77.02º | 0.83% | 0.51% | - |
| HSV(B) | 77.02º | 0.89% | 0.92% | - |
| XYZ | 47.29 | 68.03 | 11.62 | - |
| YUV | 192.65 | 33.95 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 26 | 0.25 | 0 | 0.89 | 0.08 | 77.02 | 0.83 | 0.51 |
| Hex | AF | EA | 1A | 19 | 0 | 59 | 8 | 4D | 53 | 33 |
| Octal | 257 | 352 | 32 | 31 | 0 | 131 | 10 | 115 | 123 | 63 |
| Binary | 10101111 | 11101010 | 11010 | 11001 | 0 | 1011001 | 1000 | 1001101 | 1010011 | 110011 |
Color Harmonies of #AFEA1A
Complementary color
Monochromatic Colors of #AFEA1A
Black with #AFEA1A
Text Example
Text Example
White with #AFEA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA1A; }
p { color: rgb(175,234,26); }
H1.HeaderClassName
{
color: #AFEA1A;
}
.AnyTagClassName
{
color: #AFEA1A;
}
</style>
background-color css
<style>
a { background-color: #AFEA1A; }
a { background-color: rgb(175,234,26); }
div.DivClassName
{
background-color: #AFEA1A;
}
.BgClassName
{
background-color: #AFEA1A;
}
</style>
border-color css
<style>
span { border-color: #AFEA1A; }
span { border-color: rgb(175,234,26); }
td.TdClassName
{
border-color: #AFEA1A;
}
.TagClassName
{
border-color: #AFEA1A;
}
</style>