#A2D313

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

Shades of Inch Worm #A2D313

Tints of Inch Worm #A2D313

Color information

#A2D313 (or 0xA2D313) is unknown color: approx Inch Worm. HEX triplet: A2, D3 and 13. RGB value is (162,211,19). Sum of RGB (Red+Green+Blue) = 162+211+19=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 211 (82.81% from 255 or 53.83% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D313 is #5D2CEC. Grayscale: #AFAFAF. Windows color (decimal): -6106349 or 1299362. OLE color: 1299362.

HSL color Cylindrical-coordinate representation of color #A2D313: hue angle of 75.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2D313 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB16221119-
CMYK0.2300.910.17
HSL75.31º83.48%45.1%-
HSV(B)75.31º91%82.75%-
XYZ38.3154.329.08-
YUV174.4640.27119.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 211 (82.81% from 255) = 53.83%
BLUE value IS 19 (7.81% from 255) = 4.85%
R=41.33%
G=53.83%
B=4.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162211190.2300.910.1775.3183.4845.1
HexA2D3131705B114b532d
Octal242323232701332111312355
Binary10100010110100111001110111010110111000110010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D313; }

 p { color: rgb(162,211,19); }

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

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

 a { background-color: rgb(162,211,19); }

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

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

 span { border-color: rgb(162,211,19); }

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