#A8DE00

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

Shades of Inch Worm #A8DE00

Tints of Inch Worm #A8DE00

Color information

#A8DE00 (or 0xA8DE00) is unknown color: approx Inch Worm. HEX triplet: A8, DE and 00. RGB value is (168,222,0). Sum of RGB (Red+Green+Blue) = 168+222+0=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DE00 is #5721FF. Grayscale: #B5B5B5. Windows color (decimal): -5710336 or 57000. OLE color: 57000.

HSL color Cylindrical-coordinate representation of color #A8DE00: hue angle of 74.59º 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 #A8DE00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB1682220-
CMYK0.24010.13
HSL74.59º100%43.53%-
HSV(B)74.59º100%87.06%-
XYZ42.2760.579.46-
YUV180.5526.11119.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 222 (87.11% from 255) = 56.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.08%
G=56.92%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16822200.24010.1374.5910043.53
HexA8DE018064D4b642c
Octal25033603001441511314454
Binary101010001101111001100001100100110110010111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DE00; }

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

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

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

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

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

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

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

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