#a8d600

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

Shades of Inch Worm #A8D600

Tints of Inch Worm #A8D600

Color information

#A8D600 (or 0xA8D600) is unknown color: approx Inch Worm. HEX triplet: A8, D6 and 00. RGB value is (168,214,0). Sum of RGB (Red+Green+Blue) = 168+214+0=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D600 is #5729FF. Grayscale: #B0B0B0. Windows color (decimal): -5712384 or 54952. OLE color: 54952.

HSL color Cylindrical-coordinate representation of color #A8D600: hue angle of 72.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8D600 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB1682140-
CMYK0.21010.16
HSL72.9º100%41.96%-
HSV(B)72.9º100%83.92%-
XYZ40.256.428.77-
YUV175.8528.76122.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 214 (83.98% from 255) = 56.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.98%
G=56.02%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16821400.21010.1672.910041.96
HexA8D60150641049642a
Octal25032602501442011114452
Binary1010100011010110010101011001001000010010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8d600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8d600; }

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

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

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

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

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

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

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

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