Html Css Color HEX #AAD920 Inch Worm

📋 copy color: '#AAD920'

red 170 ◦ green 217 ◦ blue 32

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

Shades of Inch Worm #AAD920

Tints of Inch Worm #AAD920

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.79%

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

R = 40.57%
G = 51.79%
B = 7.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#AAD920 (or 0xAAD920) is known color: Inch Worm. HEX triplet: AA, D9 and 20. RGB value is (170,217,32). Sum of RGB (Red+Green+Blue) = 170+217+32=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD920 is #5526DF. Grayscale: #B6B6B6. Windows color (decimal): -5580512 or 2152874. OLE color: 2152874.

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

Color convert

RGB 170 217 32 -
CMYK 0.22 0 0.85 0.15
HSL 75.24º 0.74% 0.49% -
HSV(B) 75.24º 0.85% 0.85% -
XYZ 41.65 58.28 10.42 -
YUV 181.86 43.43 119.54 -
System Red Green Blue C M Y K H S L
Decimal 170 217 32 0.22 0 0.85 0.15 75.24 0.74 0.49
Hex AA D9 20 16 0 55 F 4B 4A 31
Octal 252 331 40 26 0 125 17 113 112 61
Binary 10101010 11011001 100000 10110 0 1010101 1111 1001011 1001010 110001

Color Harmonies of #AAD920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD920

Black with #AAD920

Text Example


Text Example

White with #AAD920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD920; }

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

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

background-color css

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

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

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

border-color css

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

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

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