Html Css Color HEX #AAE320 Inch Worm

📋 copy color: '#AAE320'

red 170 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #AAE320

Tints of Inch Worm #AAE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.91%

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

R = 39.63%
G = 52.91%
B = 7.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#AAE320 (or 0xAAE320) is known color: Inch Worm. HEX triplet: AA, E3 and 20. RGB value is (170,227,32). Sum of RGB (Red+Green+Blue) = 170+227+32=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 227 (89.06% from 255 or 52.91% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE320 is #551CDF. Grayscale: #BCBCBC. Windows color (decimal): -5577952 or 2155434. OLE color: 2155434.

HSL color Cylindrical-coordinate representation of color #AAE320: hue angle of 77.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE320 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 32 -
CMYK 0.25 0 0.86 0.11
HSL 77.54º 0.78% 0.51% -
HSV(B) 77.54º 0.86% 0.89% -
XYZ 44.31 63.59 11.31 -
YUV 187.73 40.12 115.36 -
System Red Green Blue C M Y K H S L
Decimal 170 227 32 0.25 0 0.86 0.11 77.54 0.78 0.51
Hex AA E3 20 19 0 56 B 4E 4E 33
Octal 252 343 40 31 0 126 13 116 116 63
Binary 10101010 11100011 100000 11001 0 1010110 1011 1001110 1001110 110011

Color Harmonies of #AAE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE320

Black with #AAE320

Text Example


Text Example

White with #AAE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE320; }

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

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

background-color css

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

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

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

border-color css

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

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

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