#ABD704

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

Shades of Inch Worm #ABD704

Tints of Inch Worm #ABD704

Color information

#ABD704 (or 0xABD704) is unknown color: approx Inch Worm. HEX triplet: AB, D7 and 04. RGB value is (171,215,4). Sum of RGB (Red+Green+Blue) = 171+215+4=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD704 is #5428FB. Grayscale: #B2B2B2. Windows color (decimal): -5515516 or 317355. OLE color: 317355.

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

Color convert

RGB1712154-
CMYK0.2000.980.16
HSL72.51º96.35%42.94%-
HSV(B)72.51º98.14%84.31%-
XYZ41.1257.279-
YUV177.7929.92123.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 215 (84.38% from 255) = 55.13%
BLUE value IS 4 (1.95% from 255) = 1.03%
R=43.85%
G=55.13%
B=1.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17121540.2000.980.1672.5196.3542.94
HexABD74140621049602b
Octal25332742401422011114053
Binary101010111101011110010100011000101000010010011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD704; }

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

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

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

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

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

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

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

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