Shades of Inch Worm #AED81A
Tints of Inch Worm #AED81A
RGB
CMYK
RGB Variations
Color information
#AED81A (or 0xAED81A) is known color: Inch Worm. HEX triplet: AE, D8 and 1A. RGB value is (174,216,26). Sum of RGB (Red+Green+Blue) = 174+216+26=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #AED81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED81A is #5127E5. Grayscale: #B6B6B6. Windows color (decimal): -5318630 or 1759406. OLE color: 1759406.
HSL color Cylindrical-coordinate representation of color #AED81A: hue angle of 73.26º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AED81A is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 26 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.15 |
| HSL | 73.26º | 0.79% | 0.47% | - |
| HSV(B) | 73.26º | 0.88% | 0.85% | - |
| XYZ | 42.2 | 58.18 | 9.98 | - |
| YUV | 181.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 26 | 0.19 | 0 | 0.88 | 0.15 | 73.26 | 0.79 | 0.47 |
| Hex | AE | D8 | 1A | 13 | 0 | 58 | F | 49 | 4F | 2F |
| Octal | 256 | 330 | 32 | 23 | 0 | 130 | 17 | 111 | 117 | 57 |
| Binary | 10101110 | 11011000 | 11010 | 10011 | 0 | 1011000 | 1111 | 1001001 | 1001111 | 101111 |
Color Harmonies of #AED81A
Complementary color
Monochromatic Colors of #AED81A
Black with #AED81A
Text Example
Text Example
White with #AED81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED81A; }
p { color: rgb(174,216,26); }
H1.HeaderClassName
{
color: #AED81A;
}
.AnyTagClassName
{
color: #AED81A;
}
</style>
background-color css
<style>
a { background-color: #AED81A; }
a { background-color: rgb(174,216,26); }
div.DivClassName
{
background-color: #AED81A;
}
.BgClassName
{
background-color: #AED81A;
}
</style>
border-color css
<style>
span { border-color: #AED81A; }
span { border-color: rgb(174,216,26); }
td.TdClassName
{
border-color: #AED81A;
}
.TagClassName
{
border-color: #AED81A;
}
</style>