Html Css Color HEX #AAEC0F Inch Worm

📋 copy color: '#AAEC0F'

red 170 ◦ green 236 ◦ blue 15

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

Shades of Inch Worm #AAEC0F

Tints of Inch Worm #AAEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.06%

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

R = 40.38%
G = 56.06%
B = 3.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#AAEC0F (or 0xAAEC0F) is known color: Inch Worm. HEX triplet: AA, EC and 0F. RGB value is (170,236,15). Sum of RGB (Red+Green+Blue) = 170+236+15=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC0F is #5513F0. Grayscale: #BFBFBF. Windows color (decimal): -5575665 or 1043626. OLE color: 1043626.

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

Color convert

RGB 170 236 15 -
CMYK 0.28 0 0.94 0.07
HSL 77.92º 0.88% 0.49% -
HSV(B) 77.92º 0.94% 0.93% -
XYZ 46.66 68.57 11.23 -
YUV 191.07 28.63 112.97 -
System Red Green Blue C M Y K H S L
Decimal 170 236 15 0.28 0 0.94 0.07 77.92 0.88 0.49
Hex AA EC F 1C 0 5E 7 4E 58 31
Octal 252 354 17 34 0 136 7 116 130 61
Binary 10101010 11101100 1111 11100 0 1011110 111 1001110 1011000 110001

Color Harmonies of #AAEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC0F

Black with #AAEC0F

Text Example


Text Example

White with #AAEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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