#aaf216

Color #AAF216 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #AAF216

Tints of Inch Worm #AAF216

Color information

#AAF216 (or 0xAAF216) is unknown color: approx Inch Worm. HEX triplet: AA, F2 and 16. RGB value is (170,242,22). Sum of RGB (Red+Green+Blue) = 170+242+22=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 242 (94.92% from 255 or 55.76% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF216 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAF216 is #550DE9. Grayscale: #C4C4C4. Windows color (decimal): -5574122 or 1503914. OLE color: 1503914.

HSL color Cylindrical-coordinate representation of color #AAF216: hue angle of 79.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAF216 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB17024222-
CMYK0.3000.910.05
HSL79.64º89.43%51.76%-
HSV(B)79.64º90.91%94.9%-
XYZ48.4772.1112.12-
YUV195.3930.15109.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 242 (94.92% from 255) = 55.76%
BLUE value IS 22 (8.98% from 255) = 5.07%
R=39.17%
G=55.76%
B=5.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170242220.3000.910.0579.6489.4351.76
HexAAF2161E05B5505934
Octal25236226360133512013164
Binary101010101111001010110111100101101110110100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaf216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaf216; }

 p { color: rgb(170,242,22); }

 H1.HeaderClassName
 {
   color: #aaf216;
 }
 .AnyTagClassName
 {
   color: #aaf216;
 }
</style>
background-color css

<style>
 a { background-color: #aaf216; }

 a { background-color: rgb(170,242,22); }

 div.DivClassName
 {
   background-color: #aaf216;
 }
 .BgClassName
 {
   background-color: #aaf216;
 }
</style>
border-color css

<style>
 span { border-color: #aaf216; }

 span { border-color: rgb(170,242,22); }

 td.TdClassName
 {
   border-color: #aaf216;
 }
 .TagClassName
 {
   border-color: #aaf216;
 }
</style>