#A2EE15

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

Shades of Inch Worm #A2EE15

Tints of Inch Worm #A2EE15

Color information

#A2EE15 (or 0xA2EE15) is unknown color: approx Inch Worm. HEX triplet: A2, EE and 15. RGB value is (162,238,21). Sum of RGB (Red+Green+Blue) = 162+238+21=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2EE15 is #5D11EA. Grayscale: #BFBFBF. Windows color (decimal): -6099435 or 1437346. OLE color: 1437346.

HSL color Cylindrical-coordinate representation of color #A2EE15: hue angle of 81.01º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2EE15 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB16223821-
CMYK0.3200.910.07
HSL81.01º86.45%50.78%-
HSV(B)81.01º91.18%93.33%-
XYZ45.6168.8811.6-
YUV190.5432.32107.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.48%
GREEN value IS 238 (93.36% from 255) = 56.53%
BLUE value IS 21 (8.59% from 255) = 4.99%
R=38.48%
G=56.53%
B=4.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162238210.3200.910.0781.0186.4550.78
HexA2EE152005B7515633
Octal24235625400133712112663
Binary1010001011101110101011000000101101111110100011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EE15; }

 p { color: rgb(162,238,21); }

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

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

 a { background-color: rgb(162,238,21); }

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

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

 span { border-color: rgb(162,238,21); }

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