Html Css Color HEX #AAD520 Inch Worm

📋 copy color: '#AAD520'

red 170 ◦ green 213 ◦ blue 32

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

Shades of Inch Worm #AAD520

Tints of Inch Worm #AAD520

RGB

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

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

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

R = 40.96%
G = 51.33%
B = 7.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#AAD520 (or 0xAAD520) is known color: Inch Worm. HEX triplet: AA, D5 and 20. RGB value is (170,213,32). Sum of RGB (Red+Green+Blue) = 170+213+32=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD520 is #552ADF. Grayscale: #B4B4B4. Windows color (decimal): -5581536 or 2151850. OLE color: 2151850.

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

Color convert

RGB 170 213 32 -
CMYK 0.20 0 0.85 0.16
HSL 74.25º 0.74% 0.48% -
HSV(B) 74.25º 0.85% 0.84% -
XYZ 40.63 56.24 10.08 -
YUV 179.51 44.75 121.22 -
System Red Green Blue C M Y K H S L
Decimal 170 213 32 0.20 0 0.85 0.16 74.25 0.74 0.48
Hex AA D5 20 14 0 55 10 4A 4A 30
Octal 252 325 40 24 0 125 20 112 112 60
Binary 10101010 11010101 100000 10100 0 1010101 10000 1001010 1001010 110000

Color Harmonies of #AAD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD520

Black with #AAD520

Text Example


Text Example

White with #AAD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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