Html Css Color HEX #AAE80D Inch Worm

📋 copy color: '#AAE80D'

red 170 ◦ green 232 ◦ blue 13

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

Shades of Inch Worm #AAE80D

Tints of Inch Worm #AAE80D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 55.9%

 BLUE value IS 13 (5.47% from 255) = 3.13%

R = 40.96%
G = 55.9%
B = 3.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#AAE80D (or 0xAAE80D) is known color: Inch Worm. HEX triplet: AA, E8 and 0D. RGB value is (170,232,13). Sum of RGB (Red+Green+Blue) = 170+232+13=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 232 (91.02% from 255 or 55.90% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE80D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE80D is #5517F2. Grayscale: #BDBDBD. Windows color (decimal): -5576691 or 911530. OLE color: 911530.

HSL color Cylindrical-coordinate representation of color #AAE80D: hue angle of 76.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE80D is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 13 -
CMYK 0.27 0 0.94 0.09
HSL 76.99º 0.89% 0.48% -
HSV(B) 76.99º 0.94% 0.91% -
XYZ 45.51 66.29 10.78 -
YUV 188.5 28.96 114.81 -
System Red Green Blue C M Y K H S L
Decimal 170 232 13 0.27 0 0.94 0.09 76.99 0.89 0.48
Hex AA E8 D 1B 0 5E 9 4D 59 30
Octal 252 350 15 33 0 136 11 115 131 60
Binary 10101010 11101000 1101 11011 0 1011110 1001 1001101 1011001 110000

Color Harmonies of #AAE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE80D

Black with #AAE80D

Text Example


Text Example

White with #AAE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE80D; }

 p { color: rgb(170,232,13); }

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

background-color css

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

 a { background-color: rgb(170,232,13); }

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

border-color css

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

 span { border-color: rgb(170,232,13); }

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