#ABD004

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

Shades of Inch Worm #ABD004

Tints of Inch Worm #ABD004

Color information

#ABD004 (or 0xABD004) is unknown color: approx Inch Worm. HEX triplet: AB, D0 and 04. RGB value is (171,208,4). Sum of RGB (Red+Green+Blue) = 171+208+4=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD004 is #542FFB. Grayscale: #AEAEAE. Windows color (decimal): -5517308 or 315563. OLE color: 315563.

HSL color Cylindrical-coordinate representation of color #ABD004: hue angle of 70.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABD004 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB1712084-
CMYK0.1800.980.18
HSL70.88º96.23%41.57%-
HSV(B)70.88º98.08%81.57%-
XYZ39.3753.788.42-
YUV173.6832.24126.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 208 (81.64% from 255) = 54.31%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=44.65%
G=54.31%
B=1.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal17120840.1800.980.1870.8896.2341.57
HexABD04120621247602a
Octal25332042201422210714052
Binary101010111101000010010010011000101001010001111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD004; }

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

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

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

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

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

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

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

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