Html Css Color HEX #AAEC15 Inch Worm

📋 copy color: '#AAEC15'

red 170 ◦ green 236 ◦ blue 21

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

Shades of Inch Worm #AAEC15

Tints of Inch Worm #AAEC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.92%

R = 39.81%
G = 55.27%
B = 4.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#AAEC15 (or 0xAAEC15) is known color: Inch Worm. HEX triplet: AA, EC and 15. RGB value is (170,236,21). Sum of RGB (Red+Green+Blue) = 170+236+21=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 236 (92.58% from 255 or 55.27% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAEC15 is #5513EA. Grayscale: #C0C0C0. Windows color (decimal): -5575659 or 1436842. OLE color: 1436842.

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

Color convert

RGB 170 236 21 -
CMYK 0.28 0 0.91 0.07
HSL 78.42º 0.85% 0.5% -
HSV(B) 78.42º 0.91% 0.93% -
XYZ 46.71 68.59 11.49 -
YUV 191.76 31.63 112.48 -
System Red Green Blue C M Y K H S L
Decimal 170 236 21 0.28 0 0.91 0.07 78.42 0.85 0.5
Hex AA EC 15 1C 0 5B 7 4E 55 32
Octal 252 354 25 34 0 133 7 116 125 62
Binary 10101010 11101100 10101 11100 0 1011011 111 1001110 1010101 110010

Color Harmonies of #AAEC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEC15

Black with #AAEC15

Text Example


Text Example

White with #AAEC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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