Html Css Color HEX #AAE114 Inch Worm

📋 copy color: '#AAE114'

red 170 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #AAE114

Tints of Inch Worm #AAE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.22%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 40.96%
G = 54.22%
B = 4.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#AAE114 (or 0xAAE114) is known color: Inch Worm. HEX triplet: AA, E1 and 14. RGB value is (170,225,20). Sum of RGB (Red+Green+Blue) = 170+225+20=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE114 is #551EEB. Grayscale: #B9B9B9. Windows color (decimal): -5578476 or 1368490. OLE color: 1368490.

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

Color convert

RGB 170 225 20 -
CMYK 0.24 0 0.91 0.12
HSL 76.1º 0.84% 0.48% -
HSV(B) 76.1º 0.91% 0.88% -
XYZ 43.63 62.45 10.42 -
YUV 185.19 34.78 117.17 -
System Red Green Blue C M Y K H S L
Decimal 170 225 20 0.24 0 0.91 0.12 76.1 0.84 0.48
Hex AA E1 14 18 0 5B C 4C 54 30
Octal 252 341 24 30 0 133 14 114 124 60
Binary 10101010 11100001 10100 11000 0 1011011 1100 1001100 1010100 110000

Color Harmonies of #AAE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE114

Black with #AAE114

Text Example


Text Example

White with #AAE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE114; }

 p { color: rgb(170,225,20); }

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

background-color css

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

 a { background-color: rgb(170,225,20); }

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

border-color css

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

 span { border-color: rgb(170,225,20); }

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