Html Css Color HEX #AAE00E Inch Worm

📋 copy color: '#AAE00E'

red 170 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #AAE00E

Tints of Inch Worm #AAE00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.9%

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 41.67%
G = 54.9%
B = 3.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#AAE00E (or 0xAAE00E) is known color: Inch Worm. HEX triplet: AA, E0 and 0E. RGB value is (170,224,14). Sum of RGB (Red+Green+Blue) = 170+224+14=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE00E is #551FF1. Grayscale: #B8B8B8. Windows color (decimal): -5578738 or 975018. OLE color: 975018.

HSL color Cylindrical-coordinate representation of color #AAE00E: hue angle of 75.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAE00E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 14 -
CMYK 0.24 0 0.94 0.12
HSL 75.43º 0.88% 0.47% -
HSV(B) 75.43º 0.94% 0.88% -
XYZ 43.31 61.89 10.08 -
YUV 183.91 32.11 118.08 -
System Red Green Blue C M Y K H S L
Decimal 170 224 14 0.24 0 0.94 0.12 75.43 0.88 0.47
Hex AA E0 E 18 0 5E C 4B 58 2F
Octal 252 340 16 30 0 136 14 113 130 57
Binary 10101010 11100000 1110 11000 0 1011110 1100 1001011 1011000 101111

Color Harmonies of #AAE00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE00E

Black with #AAE00E

Text Example


Text Example

White with #AAE00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE00E; }

 p { color: rgb(170,224,14); }

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

background-color css

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

 a { background-color: rgb(170,224,14); }

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

border-color css

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

 span { border-color: rgb(170,224,14); }

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