Html Css Color HEX #AAE20B Inch Worm

📋 copy color: '#AAE20B'

red 170 ◦ green 226 ◦ blue 11

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

Shades of Inch Worm #AAE20B

Tints of Inch Worm #AAE20B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.53%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 41.77%
G = 55.53%
B = 2.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#AAE20B (or 0xAAE20B) is known color: Inch Worm. HEX triplet: AA, E2 and 0B. RGB value is (170,226,11). Sum of RGB (Red+Green+Blue) = 170+226+11=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 226 (88.67% from 255 or 55.53% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE20B is #551DF4. Grayscale: #B9B9B9. Windows color (decimal): -5578229 or 778922. OLE color: 778922.

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

Color convert

RGB 170 226 11 -
CMYK 0.25 0 0.95 0.11
HSL 75.63º 0.91% 0.46% -
HSV(B) 75.63º 0.95% 0.89% -
XYZ 43.83 62.96 10.16 -
YUV 184.75 29.95 117.48 -
System Red Green Blue C M Y K H S L
Decimal 170 226 11 0.25 0 0.95 0.11 75.63 0.91 0.46
Hex AA E2 B 19 0 5F B 4C 5B 2E
Octal 252 342 13 31 0 137 13 114 133 56
Binary 10101010 11100010 1011 11001 0 1011111 1011 1001100 1011011 101110

Color Harmonies of #AAE20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE20B

Black with #AAE20B

Text Example


Text Example

White with #AAE20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE20B; }

 p { color: rgb(170,226,11); }

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

background-color css

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

 a { background-color: rgb(170,226,11); }

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

border-color css

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

 span { border-color: rgb(170,226,11); }

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