Shades of Inch Worm #AFEA1B
Tints of Inch Worm #AFEA1B
RGB
CMYK
RGB Variations
Color information
#AFEA1B (or 0xAFEA1B) is known color: Inch Worm. HEX triplet: AF, EA and 1B. RGB value is (175,234,27). Sum of RGB (Red+Green+Blue) = 175+234+27=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 234 (91.80% from 255 or 53.67% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA1B is #5015E4. Grayscale: #C1C1C1. Windows color (decimal): -5248485 or 1829551. OLE color: 1829551.
HSL color Cylindrical-coordinate representation of color #AFEA1B: hue angle of 77.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFEA1B is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 27 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.08 |
| HSL | 77.1º | 0.83% | 0.51% | - |
| HSV(B) | 77.1º | 0.88% | 0.92% | - |
| XYZ | 47.3 | 68.04 | 11.68 | - |
| YUV | 192.76 | 34.45 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 27 | 0.25 | 0 | 0.88 | 0.08 | 77.1 | 0.83 | 0.51 |
| Hex | AF | EA | 1B | 19 | 0 | 58 | 8 | 4D | 53 | 33 |
| Octal | 257 | 352 | 33 | 31 | 0 | 130 | 10 | 115 | 123 | 63 |
| Binary | 10101111 | 11101010 | 11011 | 11001 | 0 | 1011000 | 1000 | 1001101 | 1010011 | 110011 |
Color Harmonies of #AFEA1B
Complementary color
Monochromatic Colors of #AFEA1B
Black with #AFEA1B
Text Example
Text Example
White with #AFEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA1B; }
p { color: rgb(175,234,27); }
H1.HeaderClassName
{
color: #AFEA1B;
}
.AnyTagClassName
{
color: #AFEA1B;
}
</style>
background-color css
<style>
a { background-color: #AFEA1B; }
a { background-color: rgb(175,234,27); }
div.DivClassName
{
background-color: #AFEA1B;
}
.BgClassName
{
background-color: #AFEA1B;
}
</style>
border-color css
<style>
span { border-color: #AFEA1B; }
span { border-color: rgb(175,234,27); }
td.TdClassName
{
border-color: #AFEA1B;
}
.TagClassName
{
border-color: #AFEA1B;
}
</style>