#ABDE00

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

Shades of Inch Worm #ABDE00

Tints of Inch Worm #ABDE00

Color information

#ABDE00 (or 0xABDE00) is unknown color: approx Inch Worm. HEX triplet: AB, DE and 00. RGB value is (171,222,0). Sum of RGB (Red+Green+Blue) = 171+222+0=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDE00 is #5421FF. Grayscale: #B6B6B6. Windows color (decimal): -5513728 or 57003. OLE color: 57003.

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

Color convert

RGB1712220-
CMYK0.23010.13
HSL73.78º100%43.53%-
HSV(B)73.78º100%87.06%-
XYZ42.9260.99.49-
YUV181.4425.6120.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 222 (87.11% from 255) = 56.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.51%
G=56.49%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17122200.23010.1373.7810043.53
HexABDE017064D4a642c
Octal25333602701441511214454
Binary101010111101111001011101100100110110010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDE00; }

 p { color: rgb(171,222,0); }

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

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

 a { background-color: rgb(171,222,0); }

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

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

 span { border-color: rgb(171,222,0); }

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