Html Css Color HEX #AADB20 Inch Worm

📋 copy color: '#AADB20'

red 170 ◦ green 219 ◦ blue 32

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

Shades of Inch Worm #AADB20

Tints of Inch Worm #AADB20

RGB

 RED value IS 170 (66.8% from 255) = 40.38%

 GREEN value IS 219 (85.94% from 255) = 52.02%

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 40.38%
G = 52.02%
B = 7.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#AADB20 (or 0xAADB20) is known color: Inch Worm. HEX triplet: AA, DB and 20. RGB value is (170,219,32). Sum of RGB (Red+Green+Blue) = 170+219+32=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB20 is #5524DF. Grayscale: #B7B7B7. Windows color (decimal): -5580000 or 2153386. OLE color: 2153386.

HSL color Cylindrical-coordinate representation of color #AADB20: hue angle of 75.72º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AADB20 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 32 -
CMYK 0.22 0 0.85 0.14
HSL 75.72º 0.75% 0.49% -
HSV(B) 75.72º 0.85% 0.86% -
XYZ 42.17 59.31 10.59 -
YUV 183.03 42.77 118.71 -
System Red Green Blue C M Y K H S L
Decimal 170 219 32 0.22 0 0.85 0.14 75.72 0.75 0.49
Hex AA DB 20 16 0 55 E 4C 4B 31
Octal 252 333 40 26 0 125 16 114 113 61
Binary 10101010 11011011 100000 10110 0 1010101 1110 1001100 1001011 110001

Color Harmonies of #AADB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB20

Black with #AADB20

Text Example


Text Example

White with #AADB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB20; }

 p { color: rgb(170,219,32); }

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

background-color css

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

 a { background-color: rgb(170,219,32); }

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

border-color css

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

 span { border-color: rgb(170,219,32); }

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