Shades of Inch Worm #AFEA1D
Tints of Inch Worm #AFEA1D
RGB
CMYK
RGB Variations
Color information
#AFEA1D (or 0xAFEA1D) is known color: Inch Worm. HEX triplet: AF, EA and 1D. RGB value is (175,234,29). Sum of RGB (Red+Green+Blue) = 175+234+29=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA1D is #5015E2. Grayscale: #C1C1C1. Windows color (decimal): -5248483 or 1960623. OLE color: 1960623.
HSL color Cylindrical-coordinate representation of color #AFEA1D: hue angle of 77.27º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFEA1D is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 29 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.08 |
| HSL | 77.27º | 0.83% | 0.52% | - |
| HSV(B) | 77.27º | 0.88% | 0.92% | - |
| XYZ | 47.32 | 68.05 | 11.8 | - |
| YUV | 192.99 | 35.45 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 29 | 0.25 | 0 | 0.88 | 0.08 | 77.27 | 0.83 | 0.52 |
| Hex | AF | EA | 1D | 19 | 0 | 58 | 8 | 4D | 53 | 34 |
| Octal | 257 | 352 | 35 | 31 | 0 | 130 | 10 | 115 | 123 | 64 |
| Binary | 10101111 | 11101010 | 11101 | 11001 | 0 | 1011000 | 1000 | 1001101 | 1010011 | 110100 |
Color Harmonies of #AFEA1D
Complementary color
Monochromatic Colors of #AFEA1D
Black with #AFEA1D
Text Example
Text Example
White with #AFEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA1D; }
p { color: rgb(175,234,29); }
H1.HeaderClassName
{
color: #AFEA1D;
}
.AnyTagClassName
{
color: #AFEA1D;
}
</style>
background-color css
<style>
a { background-color: #AFEA1D; }
a { background-color: rgb(175,234,29); }
div.DivClassName
{
background-color: #AFEA1D;
}
.BgClassName
{
background-color: #AFEA1D;
}
</style>
border-color css
<style>
span { border-color: #AFEA1D; }
span { border-color: rgb(175,234,29); }
td.TdClassName
{
border-color: #AFEA1D;
}
.TagClassName
{
border-color: #AFEA1D;
}
</style>