#A3D614

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

Shades of Inch Worm #A3D614

Tints of Inch Worm #A3D614

Color information

#A3D614 (or 0xA3D614) is unknown color: approx Inch Worm. HEX triplet: A3, D6 and 14. RGB value is (163,214,20). Sum of RGB (Red+Green+Blue) = 163+214+20=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D614 is #5C29EB. Grayscale: #B1B1B1. Windows color (decimal): -6040044 or 1365667. OLE color: 1365667.

HSL color Cylindrical-coordinate representation of color #A3D614: hue angle of 75.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3D614 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB16321420-
CMYK0.2400.910.16
HSL75.77º82.91%45.88%-
HSV(B)75.77º90.65%83.92%-
XYZ39.2855.939.39-
YUV176.6439.6118.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 214 (83.98% from 255) = 53.90%
BLUE value IS 20 (8.20% from 255) = 5.04%
R=41.06%
G=53.90%
B=5.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163214200.2400.910.1675.7782.9145.88
HexA3D6141805B104c532e
Octal243326243001332011412356
Binary10100011110101101010011000010110111000010011001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D614; }

 p { color: rgb(163,214,20); }

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

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

 a { background-color: rgb(163,214,20); }

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

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

 span { border-color: rgb(163,214,20); }

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