#A2D409

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

Shades of Inch Worm #A2D409

Tints of Inch Worm #A2D409

Color information

#A2D409 (or 0xA2D409) is unknown color: approx Inch Worm. HEX triplet: A2, D4 and 09. RGB value is (162,212,9). Sum of RGB (Red+Green+Blue) = 162+212+9=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D409 is #5D2BF6. Grayscale: #AEAEAE. Windows color (decimal): -6106103 or 644258. OLE color: 644258.

HSL color Cylindrical-coordinate representation of color #A2D409: hue angle of 74.78º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2D409 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB1622129-
CMYK0.2400.960.17
HSL74.78º91.86%43.33%-
HSV(B)74.78º95.75%83.14%-
XYZ38.4954.798.8-
YUV173.9134.94119.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 212 (83.20% from 255) = 55.35%
BLUE value IS 9 (3.91% from 255) = 2.35%
R=42.30%
G=55.35%
B=2.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16221290.2400.960.1774.7891.8643.33
HexA2D4918060114b5c2b
Octal242324113001402111313453
Binary1010001011010100100111000011000001000110010111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D409; }

 p { color: rgb(162,212,9); }

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

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

 a { background-color: rgb(162,212,9); }

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

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

 span { border-color: rgb(162,212,9); }

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