Html Css Color HEX #AAE010 Inch Worm

📋 copy color: '#AAE010'

red 170 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #AAE010

Tints of Inch Worm #AAE010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.63%

 BLUE value IS 16 (6.64% from 255) = 3.9%

R = 41.46%
G = 54.63%
B = 3.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#AAE010 (or 0xAAE010) is known color: Inch Worm. HEX triplet: AA, E0 and 10. RGB value is (170,224,16). Sum of RGB (Red+Green+Blue) = 170+224+16=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE010 is #551FEF. Grayscale: #B8B8B8. Windows color (decimal): -5578736 or 1106090. OLE color: 1106090.

HSL color Cylindrical-coordinate representation of color #AAE010: hue angle of 75.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAE010 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 16 -
CMYK 0.24 0 0.93 0.12
HSL 75.58º 0.87% 0.47% -
HSV(B) 75.58º 0.93% 0.88% -
XYZ 43.33 61.89 10.15 -
YUV 184.14 33.11 117.91 -
System Red Green Blue C M Y K H S L
Decimal 170 224 16 0.24 0 0.93 0.12 75.58 0.87 0.47
Hex AA E0 10 18 0 5D C 4C 57 2F
Octal 252 340 20 30 0 135 14 114 127 57
Binary 10101010 11100000 10000 11000 0 1011101 1100 1001100 1010111 101111

Color Harmonies of #AAE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE010

Black with #AAE010

Text Example


Text Example

White with #AAE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE010; }

 p { color: rgb(170,224,16); }

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

background-color css

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

 a { background-color: rgb(170,224,16); }

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

border-color css

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

 span { border-color: rgb(170,224,16); }

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