#A3D608

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

Shades of Inch Worm #A3D608

Tints of Inch Worm #A3D608

Color information

#A3D608 (or 0xA3D608) is unknown color: approx Inch Worm. HEX triplet: A3, D6 and 08. RGB value is (163,214,8). Sum of RGB (Red+Green+Blue) = 163+214+8=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D608 is #5C29F7. Grayscale: #B0B0B0. Windows color (decimal): -6040056 or 579235. OLE color: 579235.

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

Color convert

RGB1632148-
CMYK0.2400.960.16
HSL74.85º92.79%43.53%-
HSV(B)74.85º96.26%83.92%-
XYZ39.1955.98.95-
YUV175.2733.6119.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 214 (83.98% from 255) = 55.58%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=42.34%
G=55.58%
B=2.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16321480.2400.960.1674.8592.7943.53
HexA3D6818060104b5d2c
Octal243326103001402011313554
Binary1010001111010110100011000011000001000010010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D608; }

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

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

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

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

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

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

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

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