Shades of Inch Worm #AAF319
Tints of Inch Worm #AAF319
RGB
CMYK
RGB Variations
Color information
#AAF319 (or 0xAAF319) is known color: Inch Worm. HEX triplet: AA, F3 and 19. RGB value is (170,243,25). Sum of RGB (Red+Green+Blue) = 170+243+25=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF319 is #550CE6. Grayscale: #C5C5C5. Windows color (decimal): -5573863 or 1700778. OLE color: 1700778.
HSL color Cylindrical-coordinate representation of color #AAF319: hue angle of 80.09º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAF319 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 25 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.05 |
| HSL | 80.09º | 0.9% | 0.53% | - |
| HSV(B) | 80.09º | 0.9% | 0.95% | - |
| XYZ | 48.8 | 72.72 | 12.38 | - |
| YUV | 196.32 | 31.32 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 25 | 0.30 | 0 | 0.90 | 0.05 | 80.09 | 0.9 | 0.53 |
| Hex | AA | F3 | 19 | 1E | 0 | 5A | 5 | 50 | 5A | 35 |
| Octal | 252 | 363 | 31 | 36 | 0 | 132 | 5 | 120 | 132 | 65 |
| Binary | 10101010 | 11110011 | 11001 | 11110 | 0 | 1011010 | 101 | 1010000 | 1011010 | 110101 |
Color Harmonies of #AAF319
Complementary color
Monochromatic Colors of #AAF319
Black with #AAF319
Text Example
Text Example
White with #AAF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF319; }
p { color: rgb(170,243,25); }
H1.HeaderClassName
{
color: #AAF319;
}
.AnyTagClassName
{
color: #AAF319;
}
</style>
background-color css
<style>
a { background-color: #AAF319; }
a { background-color: rgb(170,243,25); }
div.DivClassName
{
background-color: #AAF319;
}
.BgClassName
{
background-color: #AAF319;
}
</style>
border-color css
<style>
span { border-color: #AAF319; }
span { border-color: rgb(170,243,25); }
td.TdClassName
{
border-color: #AAF319;
}
.TagClassName
{
border-color: #AAF319;
}
</style>