Shades of Inch Worm #AEDF01
Tints of Inch Worm #AEDF01
RGB
CMYK
RGB Variations
Color information
#AEDF01 (or 0xAEDF01) is known color: Inch Worm. HEX triplet: AE, DF and 01. RGB value is (174,223,1). Sum of RGB (Red+Green+Blue) = 174+223+1=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEDF01 is #5120FE. Grayscale: #B7B7B7. Windows color (decimal): -5316863 or 122798. OLE color: 122798.
HSL color Cylindrical-coordinate representation of color #AEDF01: hue angle of 73.24º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEDF01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.13 |
| HSL | 73.24º | 0.99% | 0.44% | - |
| HSV(B) | 73.24º | 1% | 0.87% | - |
| XYZ | 43.85 | 61.78 | 9.64 | - |
| YUV | 183.04 | 25.27 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 1 | 0.22 | 0 | 1.00 | 0.13 | 73.24 | 0.99 | 0.44 |
| Hex | AE | DF | 1 | 16 | 0 | 64 | D | 49 | 63 | 2C |
| Octal | 256 | 337 | 1 | 26 | 0 | 144 | 15 | 111 | 143 | 54 |
| Binary | 10101110 | 11011111 | 1 | 10110 | 0 | 1100100 | 1101 | 1001001 | 1100011 | 101100 |
Color Harmonies of #AEDF01
Complementary color
Monochromatic Colors of #AEDF01
Black with #AEDF01
Text Example
Text Example
White with #AEDF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF01; }
p { color: rgb(174,223,1); }
H1.HeaderClassName
{
color: #AEDF01;
}
.AnyTagClassName
{
color: #AEDF01;
}
</style>
background-color css
<style>
a { background-color: #AEDF01; }
a { background-color: rgb(174,223,1); }
div.DivClassName
{
background-color: #AEDF01;
}
.BgClassName
{
background-color: #AEDF01;
}
</style>
border-color css
<style>
span { border-color: #AEDF01; }
span { border-color: rgb(174,223,1); }
td.TdClassName
{
border-color: #AEDF01;
}
.TagClassName
{
border-color: #AEDF01;
}
</style>