Html Css Color HEX #ADD414 Inch Worm

📋 copy color: '#ADD414'

red 173 ◦ green 212 ◦ blue 20

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

Shades of Inch Worm #ADD414

Tints of Inch Worm #ADD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.35%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 42.72%
G = 52.35%
B = 4.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#ADD414 (or 0xADD414) is known color: Inch Worm. HEX triplet: AD, D4 and 14. RGB value is (173,212,20). Sum of RGB (Red+Green+Blue) = 173+212+20=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD414 is #522BEB. Grayscale: #B3B3B3. Windows color (decimal): -5385196 or 1365165. OLE color: 1365165.

HSL color Cylindrical-coordinate representation of color #ADD414: hue angle of 72.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADD414 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 20 -
CMYK 0.18 0 0.91 0.17
HSL 72.19º 0.83% 0.45% -
HSV(B) 72.19º 0.91% 0.83% -
XYZ 40.9 56.02 9.32 -
YUV 178.45 38.58 124.11 -
System Red Green Blue C M Y K H S L
Decimal 173 212 20 0.18 0 0.91 0.17 72.19 0.83 0.45
Hex AD D4 14 12 0 5B 11 48 53 2D
Octal 255 324 24 22 0 133 21 110 123 55
Binary 10101101 11010100 10100 10010 0 1011011 10001 1001000 1010011 101101

Color Harmonies of #ADD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD414

Black with #ADD414

Text Example


Text Example

White with #ADD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD414; }

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

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

background-color css

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

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

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

border-color css

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

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

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