Html Css Color HEX #AAEC0B Inch Worm

📋 copy color: '#AAEC0B'

red 170 ◦ green 236 ◦ blue 11

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

Shades of Inch Worm #AAEC0B

Tints of Inch Worm #AAEC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 40.77%
G = 56.59%
B = 2.64%

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

#AAEC0B (or 0xAAEC0B) is known color: Inch Worm. HEX triplet: AA, EC and 0B. RGB value is (170,236,11). Sum of RGB (Red+Green+Blue) = 170+236+11=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 11 (4.69% from 255 or 2.64% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC0B is #5513F4. Grayscale: #BFBFBF. Windows color (decimal): -5575669 or 781482. OLE color: 781482.

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

Color convert

RGB 170 236 11 -
CMYK 0.28 0 0.95 0.07
HSL 77.6º 0.91% 0.48% -
HSV(B) 77.6º 0.95% 0.93% -
XYZ 46.63 68.56 11.09 -
YUV 190.62 26.63 113.3 -
System Red Green Blue C M Y K H S L
Decimal 170 236 11 0.28 0 0.95 0.07 77.6 0.91 0.48
Hex AA EC B 1C 0 5F 7 4E 5B 30
Octal 252 354 13 34 0 137 7 116 133 60
Binary 10101010 11101100 1011 11100 0 1011111 111 1001110 1011011 110000

Color Harmonies of #AAEC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC0B

Black with #AAEC0B

Text Example


Text Example

White with #AAEC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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