#A2D70C

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

Shades of Inch Worm #A2D70C

Tints of Inch Worm #A2D70C

Color information

#A2D70C (or 0xA2D70C) is unknown color: approx Inch Worm. HEX triplet: A2, D7 and 0C. RGB value is (162,215,12). Sum of RGB (Red+Green+Blue) = 162+215+12=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D70C is #5D28F3. Grayscale: #B0B0B0. Windows color (decimal): -6105332 or 841634. OLE color: 841634.

HSL color Cylindrical-coordinate representation of color #A2D70C: hue angle of 75.67º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2D70C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB16221512-
CMYK0.2500.940.16
HSL75.67º89.43%44.51%-
HSV(B)75.67º94.42%84.31%-
XYZ39.2756.319.15-
YUV176.0135.44118.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 215 (84.38% from 255) = 55.27%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=41.65%
G=55.27%
B=3.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162215120.2500.940.1675.6789.4344.51
HexA2D7C1905E104c592d
Octal242327143101362011413155
Binary1010001011010111110011001010111101000010011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D70C; }

 p { color: rgb(162,215,12); }

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

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

 a { background-color: rgb(162,215,12); }

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

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

 span { border-color: rgb(162,215,12); }

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