Shades of Inch Worm #AFEC1D
Tints of Inch Worm #AFEC1D
RGB
CMYK
RGB Variations
Color information
#AFEC1D (or 0xAFEC1D) is known color: Inch Worm. HEX triplet: AF, EC and 1D. RGB value is (175,236,29). Sum of RGB (Red+Green+Blue) = 175+236+29=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC1D is #5013E2. Grayscale: #C2C2C2. Windows color (decimal): -5247971 or 1961135. OLE color: 1961135.
HSL color Cylindrical-coordinate representation of color #AFEC1D: hue angle of 77.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFEC1D is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 29 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.07 |
| HSL | 77.68º | 0.84% | 0.52% | - |
| HSV(B) | 77.68º | 0.88% | 0.93% | - |
| XYZ | 47.9 | 69.19 | 11.99 | - |
| YUV | 194.16 | 34.79 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 29 | 0.26 | 0 | 0.88 | 0.07 | 77.68 | 0.84 | 0.52 |
| Hex | AF | EC | 1D | 1A | 0 | 58 | 7 | 4E | 54 | 34 |
| Octal | 257 | 354 | 35 | 32 | 0 | 130 | 7 | 116 | 124 | 64 |
| Binary | 10101111 | 11101100 | 11101 | 11010 | 0 | 1011000 | 111 | 1001110 | 1010100 | 110100 |
Color Harmonies of #AFEC1D
Complementary color
Monochromatic Colors of #AFEC1D
Black with #AFEC1D
Text Example
Text Example
White with #AFEC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC1D; }
p { color: rgb(175,236,29); }
H1.HeaderClassName
{
color: #AFEC1D;
}
.AnyTagClassName
{
color: #AFEC1D;
}
</style>
background-color css
<style>
a { background-color: #AFEC1D; }
a { background-color: rgb(175,236,29); }
div.DivClassName
{
background-color: #AFEC1D;
}
.BgClassName
{
background-color: #AFEC1D;
}
</style>
border-color css
<style>
span { border-color: #AFEC1D; }
span { border-color: rgb(175,236,29); }
td.TdClassName
{
border-color: #AFEC1D;
}
.TagClassName
{
border-color: #AFEC1D;
}
</style>