Html Css Color HEX #AAE30E Inch Worm

📋 copy color: '#AAE30E'

red 170 ◦ green 227 ◦ blue 14

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

Shades of Inch Worm #AAE30E

Tints of Inch Worm #AAE30E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 55.23%

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

R = 41.36%
G = 55.23%
B = 3.41%

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

#AAE30E (or 0xAAE30E) is known color: Inch Worm. HEX triplet: AA, E3 and 0E. RGB value is (170,227,14). Sum of RGB (Red+Green+Blue) = 170+227+14=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE30E is #551CF1. Grayscale: #BABABA. Windows color (decimal): -5577970 or 975786. OLE color: 975786.

HSL color Cylindrical-coordinate representation of color #AAE30E: hue angle of 76.06º 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 #AAE30E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 14 -
CMYK 0.25 0 0.94 0.11
HSL 76.06º 0.88% 0.47% -
HSV(B) 76.06º 0.94% 0.89% -
XYZ 44.13 63.52 10.35 -
YUV 185.68 31.12 116.82 -
System Red Green Blue C M Y K H S L
Decimal 170 227 14 0.25 0 0.94 0.11 76.06 0.88 0.47
Hex AA E3 E 19 0 5E B 4C 58 2F
Octal 252 343 16 31 0 136 13 114 130 57
Binary 10101010 11100011 1110 11001 0 1011110 1011 1001100 1011000 101111

Color Harmonies of #AAE30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE30E

Black with #AAE30E

Text Example


Text Example

White with #AAE30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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