Html Css Color HEX #AAEE0F Inch Worm

📋 copy color: '#AAEE0F'

red 170 ◦ green 238 ◦ blue 15

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

Shades of Inch Worm #AAEE0F

Tints of Inch Worm #AAEE0F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56.26%

 BLUE value IS 15 (6.25% from 255) = 3.55%

R = 40.19%
G = 56.26%
B = 3.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#AAEE0F (or 0xAAEE0F) is known color: Inch Worm. HEX triplet: AA, EE and 0F. RGB value is (170,238,15). Sum of RGB (Red+Green+Blue) = 170+238+15=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 238 (93.36% from 255 or 56.26% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEE0F is #5511F0. Grayscale: #C1C1C1. Windows color (decimal): -5575153 or 1044138. OLE color: 1044138.

HSL color Cylindrical-coordinate representation of color #AAEE0F: hue angle of 78.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAEE0F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 15 -
CMYK 0.29 0 0.94 0.07
HSL 78.3º 0.88% 0.5% -
HSV(B) 78.3º 0.94% 0.93% -
XYZ 47.24 69.73 11.42 -
YUV 192.25 27.97 112.13 -
System Red Green Blue C M Y K H S L
Decimal 170 238 15 0.29 0 0.94 0.07 78.3 0.88 0.5
Hex AA EE F 1D 0 5E 7 4E 58 32
Octal 252 356 17 35 0 136 7 116 130 62
Binary 10101010 11101110 1111 11101 0 1011110 111 1001110 1011000 110010

Color Harmonies of #AAEE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE0F

Black with #AAEE0F

Text Example


Text Example

White with #AAEE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE0F; }

 p { color: rgb(170,238,15); }

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

background-color css

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

 a { background-color: rgb(170,238,15); }

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

border-color css

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

 span { border-color: rgb(170,238,15); }

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