Html Css Color HEX #AAE40A Inch Worm

📋 copy color: '#AAE40A'

red 170 ◦ green 228 ◦ blue 10

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

Shades of Inch Worm #AAE40A

Tints of Inch Worm #AAE40A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.88%

 BLUE value IS 10 (4.3% from 255) = 2.45%

R = 41.67%
G = 55.88%
B = 2.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#AAE40A (or 0xAAE40A) is known color: Inch Worm. HEX triplet: AA, E4 and 0A. RGB value is (170,228,10). Sum of RGB (Red+Green+Blue) = 170+228+10=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE40A is #551BF5. Grayscale: #BABABA. Windows color (decimal): -5577718 or 713898. OLE color: 713898.

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

Color convert

RGB 170 228 10 -
CMYK 0.25 0 0.96 0.11
HSL 75.96º 0.92% 0.47% -
HSV(B) 75.96º 0.96% 0.89% -
XYZ 44.38 64.05 10.31 -
YUV 185.81 28.78 116.73 -
System Red Green Blue C M Y K H S L
Decimal 170 228 10 0.25 0 0.96 0.11 75.96 0.92 0.47
Hex AA E4 A 19 0 60 B 4C 5C 2F
Octal 252 344 12 31 0 140 13 114 134 57
Binary 10101010 11100100 1010 11001 0 1100000 1011 1001100 1011100 101111

Color Harmonies of #AAE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE40A

Black with #AAE40A

Text Example


Text Example

White with #AAE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE40A; }

 p { color: rgb(170,228,10); }

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

background-color css

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

 a { background-color: rgb(170,228,10); }

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

border-color css

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

 span { border-color: rgb(170,228,10); }

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