Html Css Color HEX #AAEC0C Inch Worm

📋 copy color: '#AAEC0C'

red 170 ◦ green 236 ◦ blue 12

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

Shades of Inch Worm #AAEC0C

Tints of Inch Worm #AAEC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 40.67%
G = 56.46%
B = 2.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#AAEC0C (or 0xAAEC0C) is known color: Inch Worm. HEX triplet: AA, EC and 0C. RGB value is (170,236,12). Sum of RGB (Red+Green+Blue) = 170+236+12=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC0C is #5513F3. Grayscale: #BFBFBF. Windows color (decimal): -5575668 or 847018. OLE color: 847018.

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

Color convert

RGB 170 236 12 -
CMYK 0.28 0 0.95 0.07
HSL 77.68º 0.9% 0.49% -
HSV(B) 77.68º 0.95% 0.93% -
XYZ 46.64 68.56 11.12 -
YUV 190.73 27.13 113.21 -
System Red Green Blue C M Y K H S L
Decimal 170 236 12 0.28 0 0.95 0.07 77.68 0.9 0.49
Hex AA EC C 1C 0 5F 7 4E 5A 31
Octal 252 354 14 34 0 137 7 116 132 61
Binary 10101010 11101100 1100 11100 0 1011111 111 1001110 1011010 110001

Color Harmonies of #AAEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC0C

Black with #AAEC0C

Text Example


Text Example

White with #AAEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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