Html Css Color HEX #ADD614 Inch Worm

📋 copy color: '#ADD614'

red 173 ◦ green 214 ◦ blue 20

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

Shades of Inch Worm #ADD614

Tints of Inch Worm #ADD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.58%

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

R = 42.51%
G = 52.58%
B = 4.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#ADD614 (or 0xADD614) is known color: Inch Worm. HEX triplet: AD, D6 and 14. RGB value is (173,214,20). Sum of RGB (Red+Green+Blue) = 173+214+20=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD614 is #5229EB. Grayscale: #B4B4B4. Windows color (decimal): -5384684 or 1365677. OLE color: 1365677.

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

Color convert

RGB 173 214 20 -
CMYK 0.19 0 0.91 0.16
HSL 72.68º 0.83% 0.46% -
HSV(B) 72.68º 0.91% 0.84% -
XYZ 41.41 57.03 9.49 -
YUV 179.63 37.92 123.27 -
System Red Green Blue C M Y K H S L
Decimal 173 214 20 0.19 0 0.91 0.16 72.68 0.83 0.46
Hex AD D6 14 13 0 5B 10 49 53 2E
Octal 255 326 24 23 0 133 20 111 123 56
Binary 10101101 11010110 10100 10011 0 1011011 10000 1001001 1010011 101110

Color Harmonies of #ADD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD614

Black with #ADD614

Text Example


Text Example

White with #ADD614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD614; }

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

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

background-color css

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

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

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

border-color css

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

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

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