Html Css Color HEX #ADD214 Inch Worm

📋 copy color: '#ADD214'

red 173 ◦ green 210 ◦ blue 20

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

Shades of Inch Worm #ADD214

Tints of Inch Worm #ADD214

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

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

R = 42.93%
G = 52.11%
B = 4.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#ADD214 (or 0xADD214) is known color: Inch Worm. HEX triplet: AD, D2 and 14. RGB value is (173,210,20). Sum of RGB (Red+Green+Blue) = 173+210+20=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD214 is #522DEB. Grayscale: #B1B1B1. Windows color (decimal): -5385708 or 1364653. OLE color: 1364653.

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

Color convert

RGB 173 210 20 -
CMYK 0.18 0 0.90 0.18
HSL 71.68º 0.83% 0.45% -
HSV(B) 71.68º 0.9% 0.82% -
XYZ 40.41 55.03 9.15 -
YUV 177.28 39.24 124.95 -
System Red Green Blue C M Y K H S L
Decimal 173 210 20 0.18 0 0.90 0.18 71.68 0.83 0.45
Hex AD D2 14 12 0 5A 12 48 53 2D
Octal 255 322 24 22 0 132 22 110 123 55
Binary 10101101 11010010 10100 10010 0 1011010 10010 1001000 1010011 101101

Color Harmonies of #ADD214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD214

Black with #ADD214

Text Example


Text Example

White with #ADD214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD214; }

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

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

background-color css

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

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

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

border-color css

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

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

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