#ADD522

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

Shades of Inch Worm #ADD522

Tints of Inch Worm #ADD522

Color information

#ADD522 (or 0xADD522) is unknown color: approx Inch Worm. HEX triplet: AD, D5 and 22. RGB value is (173,213,34). Sum of RGB (Red+Green+Blue) = 173+213+34=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD522 is #522ADD. Grayscale: #B5B5B5. Windows color (decimal): -5384926 or 2282925. OLE color: 2282925.

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

Color convert

RGB17321334-
CMYK0.1900.840.16
HSL73.41º72.47%48.43%-
HSV(B)73.41º84.04%83.53%-
XYZ41.3256.5910.26-
YUV180.6345.25122.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 213 (83.59% from 255) = 50.71%
BLUE value IS 34 (13.67% from 255) = 8.10%
R=41.19%
G=50.71%
B=8.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173213340.1900.840.1673.4172.4748.43
HexADD5221305410494830
Octal255325422301242011111060
Binary101011011101010110001010011010101001000010010011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD522; }

 p { color: rgb(173,213,34); }

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

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

 a { background-color: rgb(173,213,34); }

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

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

 span { border-color: rgb(173,213,34); }

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