Html Css Color HEX #AAEB20 Inch Worm

📋 copy color: '#AAEB20'

red 170 ◦ green 235 ◦ blue 32

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

Shades of Inch Worm #AAEB20

Tints of Inch Worm #AAEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.78%

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

R = 38.9%
G = 53.78%
B = 7.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#AAEB20 (or 0xAAEB20) is known color: Inch Worm. HEX triplet: AA, EB and 20. RGB value is (170,235,32). Sum of RGB (Red+Green+Blue) = 170+235+32=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 235 (92.19% from 255 or 53.78% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB20 is #5514DF. Grayscale: #C1C1C1. Windows color (decimal): -5575904 or 2157482. OLE color: 2157482.

HSL color Cylindrical-coordinate representation of color #AAEB20: hue angle of 79.21º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAEB20 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 32 -
CMYK 0.28 0 0.86 0.08
HSL 79.21º 0.84% 0.52% -
HSV(B) 79.21º 0.86% 0.92% -
XYZ 46.55 68.07 12.05 -
YUV 192.42 37.47 112.01 -
System Red Green Blue C M Y K H S L
Decimal 170 235 32 0.28 0 0.86 0.08 79.21 0.84 0.52
Hex AA EB 20 1C 0 56 8 4F 54 34
Octal 252 353 40 34 0 126 10 117 124 64
Binary 10101010 11101011 100000 11100 0 1010110 1000 1001111 1010100 110100

Color Harmonies of #AAEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB20

Black with #AAEB20

Text Example


Text Example

White with #AAEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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