Html Css Color HEX #AAE40E Inch Worm

📋 copy color: '#AAE40E'

red 170 ◦ green 228 ◦ blue 14

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

Shades of Inch Worm #AAE40E

Tints of Inch Worm #AAE40E

RGB

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

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

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

R = 41.26%
G = 55.34%
B = 3.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#AAE40E (or 0xAAE40E) is known color: Inch Worm. HEX triplet: AA, E4 and 0E. RGB value is (170,228,14). Sum of RGB (Red+Green+Blue) = 170+228+14=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 228 (89.45% from 255 or 55.34% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE40E is #551BF1. Grayscale: #BBBBBB. Windows color (decimal): -5577714 or 976042. OLE color: 976042.

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

Color convert

RGB 170 228 14 -
CMYK 0.25 0 0.94 0.11
HSL 76.26º 0.88% 0.47% -
HSV(B) 76.26º 0.94% 0.89% -
XYZ 44.4 64.06 10.44 -
YUV 186.26 30.78 116.4 -
System Red Green Blue C M Y K H S L
Decimal 170 228 14 0.25 0 0.94 0.11 76.26 0.88 0.47
Hex AA E4 E 19 0 5E B 4C 58 2F
Octal 252 344 16 31 0 136 13 114 130 57
Binary 10101010 11100100 1110 11001 0 1011110 1011 1001100 1011000 101111

Color Harmonies of #AAE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE40E

Black with #AAE40E

Text Example


Text Example

White with #AAE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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