Html Css Color HEX #AAE52A Inch Worm

📋 copy color: '#AAE52A'

red 170 ◦ green 229 ◦ blue 42

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

Shades of Inch Worm #AAE52A

Tints of Inch Worm #AAE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.93%

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 38.55%
G = 51.93%
B = 9.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#AAE52A (or 0xAAE52A) is known color: Inch Worm. HEX triplet: AA, E5 and 2A. RGB value is (170,229,42). Sum of RGB (Red+Green+Blue) = 170+229+42=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE52A is #551AD5. Grayscale: #BEBEBE. Windows color (decimal): -5577430 or 2811306. OLE color: 2811306.

HSL color Cylindrical-coordinate representation of color #AAE52A: hue angle of 78.93º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAE52A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 42 -
CMYK 0.26 0 0.82 0.10
HSL 78.93º 0.78% 0.53% -
HSV(B) 78.93º 0.82% 0.9% -
XYZ 45.01 64.75 12.32 -
YUV 190.04 44.45 113.71 -
System Red Green Blue C M Y K H S L
Decimal 170 229 42 0.26 0 0.82 0.10 78.93 0.78 0.53
Hex AA E5 2A 1A 0 52 A 4F 4E 35
Octal 252 345 52 32 0 122 12 117 116 65
Binary 10101010 11100101 101010 11010 0 1010010 1010 1001111 1001110 110101

Color Harmonies of #AAE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE52A

Black with #AAE52A

Text Example


Text Example

White with #AAE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE52A; }

 p { color: rgb(170,229,42); }

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

background-color css

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

 a { background-color: rgb(170,229,42); }

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

border-color css

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

 span { border-color: rgb(170,229,42); }

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