#ADD600

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

Shades of Inch Worm #ADD600

Tints of Inch Worm #ADD600

Color information

#ADD600 (or 0xADD600) is unknown color: approx Inch Worm. HEX triplet: AD, D6 and 00. RGB value is (173,214,0). Sum of RGB (Red+Green+Blue) = 173+214+0=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD600 is #5229FF. Grayscale: #B2B2B2. Windows color (decimal): -5384704 or 54957. OLE color: 54957.

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

Color convert

RGB1732140-
CMYK0.19010.16
HSL71.5º100%41.96%-
HSV(B)71.5º100%83.92%-
XYZ41.2856.988.82-
YUV177.3427.92124.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.70%
GREEN value IS 214 (83.98% from 255) = 55.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.70%
G=55.30%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal17321400.19010.1671.510041.96
HexADD60130641047642a
Octal25532602301442010714452
Binary1010110111010110010011011001001000010001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD600; }

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

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

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

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

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

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

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

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