#abdd04

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

Shades of Inch Worm #ABDD04

Tints of Inch Worm #ABDD04

Color information

#ABDD04 (or 0xABDD04) is unknown color: approx Inch Worm. HEX triplet: AB, DD and 04. RGB value is (171,221,4). Sum of RGB (Red+Green+Blue) = 171+221+4=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD04 is #5422FB. Grayscale: #B6B6B6. Windows color (decimal): -5513980 or 318891. OLE color: 318891.

HSL color Cylindrical-coordinate representation of color #ABDD04: hue angle of 73.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABDD04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB1712214-
CMYK0.2300.980.13
HSL73.82º96.44%44.12%-
HSV(B)73.82º98.19%86.67%-
XYZ42.6760.389.52-
YUV181.3127.94120.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 221 (86.72% from 255) = 55.81%
BLUE value IS 4 (1.95% from 255) = 1.01%
R=43.18%
G=55.81%
B=1.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17122140.2300.980.1373.8296.4444.12
HexABDD417062D4a602c
Octal25333542701421511214054
Binary10101011110111011001011101100010110110010101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdd04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdd04; }

 p { color: rgb(171,221,4); }

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

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

 a { background-color: rgb(171,221,4); }

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

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

 span { border-color: rgb(171,221,4); }

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