#ADDD14

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

Shades of Inch Worm #ADDD14

Tints of Inch Worm #ADDD14

Color information

#ADDD14 (or 0xADDD14) is unknown color: approx Inch Worm. HEX triplet: AD, DD and 14. RGB value is (173,221,20). Sum of RGB (Red+Green+Blue) = 173+221+20=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD14 is #5222EB. Grayscale: #B8B8B8. Windows color (decimal): -5382892 or 1367469. OLE color: 1367469.

HSL color Cylindrical-coordinate representation of color #ADDD14: hue angle of 74.33º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADDD14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB17322120-
CMYK0.2200.910.13
HSL74.33º83.4%47.25%-
HSV(B)74.33º90.95%86.67%-
XYZ43.2260.6510.09-
YUV183.7335.6120.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 221 (86.72% from 255) = 53.38%
BLUE value IS 20 (8.20% from 255) = 4.83%
R=41.79%
G=53.38%
B=4.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221200.2200.910.1374.3383.447.25
HexADDD141605BD4a532f
Octal255335242601331511212357
Binary1010110111011101101001011001011011110110010101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD14; }

 p { color: rgb(173,221,20); }

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

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

 a { background-color: rgb(173,221,20); }

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

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

 span { border-color: rgb(173,221,20); }

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