Shades of Inch Worm #AADF0B
Tints of Inch Worm #AADF0B
RGB
CMYK
RGB Variations
Color information
#AADF0B (or 0xAADF0B) is known color: Inch Worm. HEX triplet: AA, DF and 0B. RGB value is (170,223,11). Sum of RGB (Red+Green+Blue) = 170+223+11=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AADF0B is #5520F4. Grayscale: #B7B7B7. Windows color (decimal): -5578997 or 778154. OLE color: 778154.
HSL color Cylindrical-coordinate representation of color #AADF0B: hue angle of 75º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AADF0B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.13 |
| HSL | 75º | 0.91% | 0.46% | - |
| HSV(B) | 75º | 0.95% | 0.87% | - |
| XYZ | 43.03 | 61.35 | 9.89 | - |
| YUV | 182.99 | 30.94 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 11 | 0.24 | 0 | 0.95 | 0.13 | 75 | 0.91 | 0.46 |
| Hex | AA | DF | B | 18 | 0 | 5F | D | 4B | 5B | 2E |
| Octal | 252 | 337 | 13 | 30 | 0 | 137 | 15 | 113 | 133 | 56 |
| Binary | 10101010 | 11011111 | 1011 | 11000 | 0 | 1011111 | 1101 | 1001011 | 1011011 | 101110 |
Color Harmonies of #AADF0B
Complementary color
Monochromatic Colors of #AADF0B
Black with #AADF0B
Text Example
Text Example
White with #AADF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF0B; }
p { color: rgb(170,223,11); }
H1.HeaderClassName
{
color: #AADF0B;
}
.AnyTagClassName
{
color: #AADF0B;
}
</style>
background-color css
<style>
a { background-color: #AADF0B; }
a { background-color: rgb(170,223,11); }
div.DivClassName
{
background-color: #AADF0B;
}
.BgClassName
{
background-color: #AADF0B;
}
</style>
border-color css
<style>
span { border-color: #AADF0B; }
span { border-color: rgb(170,223,11); }
td.TdClassName
{
border-color: #AADF0B;
}
.TagClassName
{
border-color: #AADF0B;
}
</style>