Shades of Inch Worm #AED102
Tints of Inch Worm #AED102
RGB
CMYK
RGB Variations
Color information
#AED102 (or 0xAED102) is known color: Inch Worm. HEX triplet: AE, D1 and 02. RGB value is (174,209,2). Sum of RGB (Red+Green+Blue) = 174+209+2=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #AED102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED102 is #512EFD. Grayscale: #AFAFAF. Windows color (decimal): -5320446 or 184750. OLE color: 184750.
HSL color Cylindrical-coordinate representation of color #AED102: hue angle of 70.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AED102 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.18 |
| HSL | 70.14º | 0.98% | 0.41% | - |
| HSV(B) | 70.14º | 0.99% | 0.82% | - |
| XYZ | 40.27 | 54.6 | 8.47 | - |
| YUV | 174.94 | 30.4 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 2 | 0.17 | 0 | 0.99 | 0.18 | 70.14 | 0.98 | 0.41 |
| Hex | AE | D1 | 2 | 11 | 0 | 63 | 12 | 46 | 62 | 29 |
| Octal | 256 | 321 | 2 | 21 | 0 | 143 | 22 | 106 | 142 | 51 |
| Binary | 10101110 | 11010001 | 10 | 10001 | 0 | 1100011 | 10010 | 1000110 | 1100010 | 101001 |
Color Harmonies of #AED102
Complementary color
Monochromatic Colors of #AED102
Black with #AED102
Text Example
Text Example
White with #AED102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED102; }
p { color: rgb(174,209,2); }
H1.HeaderClassName
{
color: #AED102;
}
.AnyTagClassName
{
color: #AED102;
}
</style>
background-color css
<style>
a { background-color: #AED102; }
a { background-color: rgb(174,209,2); }
div.DivClassName
{
background-color: #AED102;
}
.BgClassName
{
background-color: #AED102;
}
</style>
border-color css
<style>
span { border-color: #AED102; }
span { border-color: rgb(174,209,2); }
td.TdClassName
{
border-color: #AED102;
}
.TagClassName
{
border-color: #AED102;
}
</style>