Html Css Color HEX #ADDD0E Inch Worm

📋 copy color: '#ADDD0E'

red 173 ◦ green 221 ◦ blue 14

#ADDD0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ADDD0E

Tints of Inch Worm #ADDD0E

RGB

 RED value IS 173 (67.97% from 255) = 42.4%

 GREEN value IS 221 (86.72% from 255) = 54.17%

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 42.4%
G = 54.17%
B = 3.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#ADDD0E (or 0xADDD0E) is known color: Inch Worm. HEX triplet: AD, DD and 0E. RGB value is (173,221,14). Sum of RGB (Red+Green+Blue) = 173+221+14=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD0E is #5222F1. Grayscale: #B7B7B7. Windows color (decimal): -5382898 or 974253. OLE color: 974253.

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

Color convert

RGB 173 221 14 -
CMYK 0.22 0 0.94 0.13
HSL 73.91º 0.88% 0.46% -
HSV(B) 73.91º 0.94% 0.87% -
XYZ 43.17 60.63 9.84 -
YUV 183.05 32.6 120.83 -
System Red Green Blue C M Y K H S L
Decimal 173 221 14 0.22 0 0.94 0.13 73.91 0.88 0.46
Hex AD DD E 16 0 5E D 4A 58 2E
Octal 255 335 16 26 0 136 15 112 130 56
Binary 10101101 11011101 1110 10110 0 1011110 1101 1001010 1011000 101110

Color Harmonies of #ADDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD0E

Black with #ADDD0E

Text Example


Text Example

White with #ADDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD0E; }

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

 H1.HeaderClassName
 {
   color: #ADDD0E;
 }
 .AnyTagClassName
 {
   color: #ADDD0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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