Html Css Color HEX #AAE00D Inch Worm

📋 copy color: '#AAE00D'

red 170 ◦ green 224 ◦ blue 13

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

Shades of Inch Worm #AAE00D

Tints of Inch Worm #AAE00D

RGB

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

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

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

R = 41.77%
G = 55.04%
B = 3.19%

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

#AAE00D (or 0xAAE00D) is known color: Inch Worm. HEX triplet: AA, E0 and 0D. RGB value is (170,224,13). Sum of RGB (Red+Green+Blue) = 170+224+13=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE00D is #551FF2. Grayscale: #B8B8B8. Windows color (decimal): -5578739 or 909482. OLE color: 909482.

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

Color convert

RGB 170 224 13 -
CMYK 0.24 0 0.94 0.12
HSL 75.36º 0.89% 0.46% -
HSV(B) 75.36º 0.94% 0.88% -
XYZ 43.31 61.89 10.04 -
YUV 183.8 31.61 118.16 -
System Red Green Blue C M Y K H S L
Decimal 170 224 13 0.24 0 0.94 0.12 75.36 0.89 0.46
Hex AA E0 D 18 0 5E C 4B 59 2E
Octal 252 340 15 30 0 136 14 113 131 56
Binary 10101010 11100000 1101 11000 0 1011110 1100 1001011 1011001 101110

Color Harmonies of #AAE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE00D

Black with #AAE00D

Text Example


Text Example

White with #AAE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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