Shades of Inch Worm #AEDF17
Tints of Inch Worm #AEDF17
RGB
CMYK
RGB Variations
Color information
#AEDF17 (or 0xAEDF17) is known color: Inch Worm. HEX triplet: AE, DF and 17. RGB value is (174,223,23). Sum of RGB (Red+Green+Blue) = 174+223+23=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDF17 is #5120E8. Grayscale: #BABABA. Windows color (decimal): -5316841 or 1564590. OLE color: 1564590.
HSL color Cylindrical-coordinate representation of color #AEDF17: hue angle of 74.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEDF17 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 23 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.13 |
| HSL | 74.7º | 0.81% | 0.48% | - |
| HSV(B) | 74.7º | 0.9% | 0.87% | - |
| XYZ | 44 | 61.84 | 10.43 | - |
| YUV | 185.55 | 36.27 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 23 | 0.22 | 0 | 0.90 | 0.13 | 74.7 | 0.81 | 0.48 |
| Hex | AE | DF | 17 | 16 | 0 | 5A | D | 4B | 51 | 30 |
| Octal | 256 | 337 | 27 | 26 | 0 | 132 | 15 | 113 | 121 | 60 |
| Binary | 10101110 | 11011111 | 10111 | 10110 | 0 | 1011010 | 1101 | 1001011 | 1010001 | 110000 |
Color Harmonies of #AEDF17
Complementary color
Monochromatic Colors of #AEDF17
Black with #AEDF17
Text Example
Text Example
White with #AEDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF17; }
p { color: rgb(174,223,23); }
H1.HeaderClassName
{
color: #AEDF17;
}
.AnyTagClassName
{
color: #AEDF17;
}
</style>
background-color css
<style>
a { background-color: #AEDF17; }
a { background-color: rgb(174,223,23); }
div.DivClassName
{
background-color: #AEDF17;
}
.BgClassName
{
background-color: #AEDF17;
}
</style>
border-color css
<style>
span { border-color: #AEDF17; }
span { border-color: rgb(174,223,23); }
td.TdClassName
{
border-color: #AEDF17;
}
.TagClassName
{
border-color: #AEDF17;
}
</style>