#A4D313

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

Shades of Inch Worm #A4D313

Tints of Inch Worm #A4D313

Color information

#A4D313 (or 0xA4D313) is unknown color: approx Inch Worm. HEX triplet: A4, D3 and 13. RGB value is (164,211,19). Sum of RGB (Red+Green+Blue) = 164+211+19=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D313 is #5B2CEC. Grayscale: #AFAFAF. Windows color (decimal): -5975277 or 1299364. OLE color: 1299364.

HSL color Cylindrical-coordinate representation of color #A4D313: hue angle of 74.69º 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 #A4D313 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB16421119-
CMYK0.2200.910.17
HSL74.69º83.48%45.1%-
HSV(B)74.69º91%82.75%-
XYZ38.7254.539.1-
YUV175.0639.93120.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.62%
GREEN value IS 211 (82.81% from 255) = 53.55%
BLUE value IS 19 (7.81% from 255) = 4.82%
R=41.62%
G=53.55%
B=4.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164211190.2200.910.1774.6983.4845.1
HexA4D3131605B114b532d
Octal244323232601332111312355
Binary10100100110100111001110110010110111000110010111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D313; }

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

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

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

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

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

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

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

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