Shades of Inch Worm #AADB25
Tints of Inch Worm #AADB25
RGB
CMYK
RGB Variations
Color information
#AADB25 (or 0xAADB25) is known color: Inch Worm. HEX triplet: AA, DB and 25. RGB value is (170,219,37). Sum of RGB (Red+Green+Blue) = 170+219+37=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB25 is #5524DA. Grayscale: #B8B8B8. Windows color (decimal): -5579995 or 2481066. OLE color: 2481066.
HSL color Cylindrical-coordinate representation of color #AADB25: hue angle of 76.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AADB25 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 37 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.14 |
| HSL | 76.15º | 0.72% | 0.5% | - |
| HSV(B) | 76.15º | 0.83% | 0.86% | - |
| XYZ | 42.24 | 59.34 | 10.98 | - |
| YUV | 183.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 37 | 0.22 | 0 | 0.83 | 0.14 | 76.15 | 0.72 | 0.5 |
| Hex | AA | DB | 25 | 16 | 0 | 53 | E | 4C | 48 | 32 |
| Octal | 252 | 333 | 45 | 26 | 0 | 123 | 16 | 114 | 110 | 62 |
| Binary | 10101010 | 11011011 | 100101 | 10110 | 0 | 1010011 | 1110 | 1001100 | 1001000 | 110010 |
Color Harmonies of #AADB25
Complementary color
Monochromatic Colors of #AADB25
Black with #AADB25
Text Example
Text Example
White with #AADB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB25; }
p { color: rgb(170,219,37); }
H1.HeaderClassName
{
color: #AADB25;
}
.AnyTagClassName
{
color: #AADB25;
}
</style>
background-color css
<style>
a { background-color: #AADB25; }
a { background-color: rgb(170,219,37); }
div.DivClassName
{
background-color: #AADB25;
}
.BgClassName
{
background-color: #AADB25;
}
</style>
border-color css
<style>
span { border-color: #AADB25; }
span { border-color: rgb(170,219,37); }
td.TdClassName
{
border-color: #AADB25;
}
.TagClassName
{
border-color: #AADB25;
}
</style>