Html Css Color HEX #AAD620 Inch Worm

📋 copy color: '#AAD620'

red 170 ◦ green 214 ◦ blue 32

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

Shades of Inch Worm #AAD620

Tints of Inch Worm #AAD620

RGB

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

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

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

R = 40.87%
G = 51.44%
B = 7.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#AAD620 (or 0xAAD620) is known color: Inch Worm. HEX triplet: AA, D6 and 20. RGB value is (170,214,32). Sum of RGB (Red+Green+Blue) = 170+214+32=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD620 is #5529DF. Grayscale: #B4B4B4. Windows color (decimal): -5581280 or 2152106. OLE color: 2152106.

HSL color Cylindrical-coordinate representation of color #AAD620: hue angle of 74.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAD620 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 32 -
CMYK 0.21 0 0.85 0.16
HSL 74.51º 0.74% 0.48% -
HSV(B) 74.51º 0.85% 0.84% -
XYZ 40.88 56.74 10.16 -
YUV 180.1 44.42 120.8 -
System Red Green Blue C M Y K H S L
Decimal 170 214 32 0.21 0 0.85 0.16 74.51 0.74 0.48
Hex AA D6 20 15 0 55 10 4B 4A 30
Octal 252 326 40 25 0 125 20 113 112 60
Binary 10101010 11010110 100000 10101 0 1010101 10000 1001011 1001010 110000

Color Harmonies of #AAD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD620

Black with #AAD620

Text Example


Text Example

White with #AAD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD620; }

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

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

background-color css

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

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

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

border-color css

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

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

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