Shades of Inch Worm #AED20B
Tints of Inch Worm #AED20B
RGB
CMYK
RGB Variations
Color information
#AED20B (or 0xAED20B) is known color: Inch Worm. HEX triplet: AE, D2 and 0B. RGB value is (174,210,11). Sum of RGB (Red+Green+Blue) = 174+210+11=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #AED20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED20B is #512DF4. Grayscale: #B1B1B1. Windows color (decimal): -5320181 or 774830. OLE color: 774830.
HSL color Cylindrical-coordinate representation of color #AED20B: hue angle of 70.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AED20B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.18 |
| HSL | 70.85º | 0.9% | 0.43% | - |
| HSV(B) | 70.85º | 0.95% | 0.82% | - |
| XYZ | 40.56 | 55.12 | 8.82 | - |
| YUV | 176.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 11 | 0.17 | 0 | 0.95 | 0.18 | 70.85 | 0.9 | 0.43 |
| Hex | AE | D2 | B | 11 | 0 | 5F | 12 | 47 | 5A | 2B |
| Octal | 256 | 322 | 13 | 21 | 0 | 137 | 22 | 107 | 132 | 53 |
| Binary | 10101110 | 11010010 | 1011 | 10001 | 0 | 1011111 | 10010 | 1000111 | 1011010 | 101011 |
Color Harmonies of #AED20B
Complementary color
Monochromatic Colors of #AED20B
Black with #AED20B
Text Example
Text Example
White with #AED20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED20B; }
p { color: rgb(174,210,11); }
H1.HeaderClassName
{
color: #AED20B;
}
.AnyTagClassName
{
color: #AED20B;
}
</style>
background-color css
<style>
a { background-color: #AED20B; }
a { background-color: rgb(174,210,11); }
div.DivClassName
{
background-color: #AED20B;
}
.BgClassName
{
background-color: #AED20B;
}
</style>
border-color css
<style>
span { border-color: #AED20B; }
span { border-color: rgb(174,210,11); }
td.TdClassName
{
border-color: #AED20B;
}
.TagClassName
{
border-color: #AED20B;
}
</style>