Shades of Inch Worm #AED30B
Tints of Inch Worm #AED30B
RGB
CMYK
RGB Variations
Color information
#AED30B (or 0xAED30B) is known color: Inch Worm. HEX triplet: AE, D3 and 0B. RGB value is (174,211,11). Sum of RGB (Red+Green+Blue) = 174+211+11=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #AED30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED30B is #512CF4. Grayscale: #B1B1B1. Windows color (decimal): -5319925 or 775086. OLE color: 775086.
HSL color Cylindrical-coordinate representation of color #AED30B: hue angle of 71.1º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AED30B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 11 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.17 |
| HSL | 71.1º | 0.9% | 0.44% | - |
| HSV(B) | 71.1º | 0.95% | 0.83% | - |
| XYZ | 40.81 | 55.61 | 8.9 | - |
| YUV | 177.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 11 | 0.18 | 0 | 0.95 | 0.17 | 71.1 | 0.9 | 0.44 |
| Hex | AE | D3 | B | 12 | 0 | 5F | 11 | 47 | 5A | 2C |
| Octal | 256 | 323 | 13 | 22 | 0 | 137 | 21 | 107 | 132 | 54 |
| Binary | 10101110 | 11010011 | 1011 | 10010 | 0 | 1011111 | 10001 | 1000111 | 1011010 | 101100 |
Color Harmonies of #AED30B
Complementary color
Monochromatic Colors of #AED30B
Black with #AED30B
Text Example
Text Example
White with #AED30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED30B; }
p { color: rgb(174,211,11); }
H1.HeaderClassName
{
color: #AED30B;
}
.AnyTagClassName
{
color: #AED30B;
}
</style>
background-color css
<style>
a { background-color: #AED30B; }
a { background-color: rgb(174,211,11); }
div.DivClassName
{
background-color: #AED30B;
}
.BgClassName
{
background-color: #AED30B;
}
</style>
border-color css
<style>
span { border-color: #AED30B; }
span { border-color: rgb(174,211,11); }
td.TdClassName
{
border-color: #AED30B;
}
.TagClassName
{
border-color: #AED30B;
}
</style>