#A9EA13

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

Shades of Inch Worm #A9EA13

Tints of Inch Worm #A9EA13

Color information

#A9EA13 (or 0xA9EA13) is unknown color: approx Inch Worm. HEX triplet: A9, EA and 13. RGB value is (169,234,19). Sum of RGB (Red+Green+Blue) = 169+234+19=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 234 (91.80% from 255 or 55.45% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A9EA13 is #5615EC. Grayscale: #BEBEBE. Windows color (decimal): -5641709 or 1305257. OLE color: 1305257.

HSL color Cylindrical-coordinate representation of color #A9EA13: hue angle of 78.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9EA13 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB16923419-
CMYK0.2800.920.08
HSL78.14º84.98%49.61%-
HSV(B)78.14º91.88%91.76%-
XYZ45.967.3311.19-
YUV190.0631.47112.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 234 (91.80% from 255) = 55.45%
BLUE value IS 19 (7.81% from 255) = 4.50%
R=40.05%
G=55.45%
B=4.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal169234190.2800.920.0878.1484.9849.61
HexA9EA131C05C84e5532
Octal251352233401341011612562
Binary1010100111101010100111110001011100100010011101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EA13; }

 p { color: rgb(169,234,19); }

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

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

 a { background-color: rgb(169,234,19); }

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

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

 span { border-color: rgb(169,234,19); }

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