Html Css Color HEX #AAED0A Inch Worm

📋 copy color: '#AAED0A'

red 170 ◦ green 237 ◦ blue 10

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

Shades of Inch Worm #AAED0A

Tints of Inch Worm #AAED0A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 56.83%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 40.77%
G = 56.83%
B = 2.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#AAED0A (or 0xAAED0A) is known color: Inch Worm. HEX triplet: AA, ED and 0A. RGB value is (170,237,10). Sum of RGB (Red+Green+Blue) = 170+237+10=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 237 (92.97% from 255 or 56.83% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAED0A is #5512F5. Grayscale: #BFBFBF. Windows color (decimal): -5575414 or 716202. OLE color: 716202.

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

Color convert

RGB 170 237 10 -
CMYK 0.28 0 0.96 0.07
HSL 77.71º 0.92% 0.48% -
HSV(B) 77.71º 0.96% 0.93% -
XYZ 46.92 69.14 11.16 -
YUV 191.09 25.8 112.96 -
System Red Green Blue C M Y K H S L
Decimal 170 237 10 0.28 0 0.96 0.07 77.71 0.92 0.48
Hex AA ED A 1C 0 60 7 4E 5C 30
Octal 252 355 12 34 0 140 7 116 134 60
Binary 10101010 11101101 1010 11100 0 1100000 111 1001110 1011100 110000

Color Harmonies of #AAED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED0A

Black with #AAED0A

Text Example


Text Example

White with #AAED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED0A; }

 p { color: rgb(170,237,10); }

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

background-color css

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

 a { background-color: rgb(170,237,10); }

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

border-color css

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

 span { border-color: rgb(170,237,10); }

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