Shades of Inch Worm #AED525
Tints of Inch Worm #AED525
RGB
CMYK
RGB Variations
Color information
#AED525 (or 0xAED525) is known color: Inch Worm. HEX triplet: AE, D5 and 25. RGB value is (174,213,37). Sum of RGB (Red+Green+Blue) = 174+213+37=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #AED525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED525 is #512ADA. Grayscale: #B5B5B5. Windows color (decimal): -5319387 or 2479534. OLE color: 2479534.
HSL color Cylindrical-coordinate representation of color #AED525: hue angle of 73.3º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AED525 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 37 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.16 |
| HSL | 73.3º | 0.7% | 0.49% | - |
| HSV(B) | 73.3º | 0.83% | 0.84% | - |
| XYZ | 41.58 | 56.72 | 10.51 | - |
| YUV | 181.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 37 | 0.18 | 0 | 0.83 | 0.16 | 73.3 | 0.7 | 0.49 |
| Hex | AE | D5 | 25 | 12 | 0 | 53 | 10 | 49 | 46 | 31 |
| Octal | 256 | 325 | 45 | 22 | 0 | 123 | 20 | 111 | 106 | 61 |
| Binary | 10101110 | 11010101 | 100101 | 10010 | 0 | 1010011 | 10000 | 1001001 | 1000110 | 110001 |
Color Harmonies of #AED525
Complementary color
Monochromatic Colors of #AED525
Black with #AED525
Text Example
Text Example
White with #AED525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED525; }
p { color: rgb(174,213,37); }
H1.HeaderClassName
{
color: #AED525;
}
.AnyTagClassName
{
color: #AED525;
}
</style>
background-color css
<style>
a { background-color: #AED525; }
a { background-color: rgb(174,213,37); }
div.DivClassName
{
background-color: #AED525;
}
.BgClassName
{
background-color: #AED525;
}
</style>
border-color css
<style>
span { border-color: #AED525; }
span { border-color: rgb(174,213,37); }
td.TdClassName
{
border-color: #AED525;
}
.TagClassName
{
border-color: #AED525;
}
</style>