Html Css Color HEX #ADD514 Inch Worm

📋 copy color: '#ADD514'

red 173 ◦ green 213 ◦ blue 20

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

Shades of Inch Worm #ADD514

Tints of Inch Worm #ADD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 42.61%
G = 52.46%
B = 4.93%

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

#ADD514 (or 0xADD514) is known color: Inch Worm. HEX triplet: AD, D5 and 14. RGB value is (173,213,20). Sum of RGB (Red+Green+Blue) = 173+213+20=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD514 is #522AEB. Grayscale: #B3B3B3. Windows color (decimal): -5384940 or 1365421. OLE color: 1365421.

HSL color Cylindrical-coordinate representation of color #ADD514: hue angle of 72.44º 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 #ADD514 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 20 -
CMYK 0.19 0 0.91 0.16
HSL 72.44º 0.83% 0.46% -
HSV(B) 72.44º 0.91% 0.84% -
XYZ 41.15 56.52 9.4 -
YUV 179.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 173 213 20 0.19 0 0.91 0.16 72.44 0.83 0.46
Hex AD D5 14 13 0 5B 10 48 53 2E
Octal 255 325 24 23 0 133 20 110 123 56
Binary 10101101 11010101 10100 10011 0 1011011 10000 1001000 1010011 101110

Color Harmonies of #ADD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD514

Black with #ADD514

Text Example


Text Example

White with #ADD514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD514; }

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

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

background-color css

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

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

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

border-color css

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

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

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