Shades of Inch Worm #AADB28
Tints of Inch Worm #AADB28
RGB
CMYK
RGB Variations
Color information
#AADB28 (or 0xAADB28) is known color: Inch Worm. HEX triplet: AA, DB and 28. RGB value is (170,219,40). Sum of RGB (Red+Green+Blue) = 170+219+40=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB28 is #5524D7. Grayscale: #B8B8B8. Windows color (decimal): -5579992 or 2677674. OLE color: 2677674.
HSL color Cylindrical-coordinate representation of color #AADB28: hue angle of 76.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AADB28 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 40 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.14 |
| HSL | 76.42º | 0.71% | 0.51% | - |
| HSV(B) | 76.42º | 0.82% | 0.86% | - |
| XYZ | 42.29 | 59.36 | 11.24 | - |
| YUV | 183.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 40 | 0.22 | 0 | 0.82 | 0.14 | 76.42 | 0.71 | 0.51 |
| Hex | AA | DB | 28 | 16 | 0 | 52 | E | 4C | 47 | 33 |
| Octal | 252 | 333 | 50 | 26 | 0 | 122 | 16 | 114 | 107 | 63 |
| Binary | 10101010 | 11011011 | 101000 | 10110 | 0 | 1010010 | 1110 | 1001100 | 1000111 | 110011 |
Color Harmonies of #AADB28
Complementary color
Monochromatic Colors of #AADB28
Black with #AADB28
Text Example
Text Example
White with #AADB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB28; }
p { color: rgb(170,219,40); }
H1.HeaderClassName
{
color: #AADB28;
}
.AnyTagClassName
{
color: #AADB28;
}
</style>
background-color css
<style>
a { background-color: #AADB28; }
a { background-color: rgb(170,219,40); }
div.DivClassName
{
background-color: #AADB28;
}
.BgClassName
{
background-color: #AADB28;
}
</style>
border-color css
<style>
span { border-color: #AADB28; }
span { border-color: rgb(170,219,40); }
td.TdClassName
{
border-color: #AADB28;
}
.TagClassName
{
border-color: #AADB28;
}
</style>