Html Css Color HEX #AAE500 Inch Worm

📋 copy color: '#AAE500'

red 170 ◦ green 229 ◦ blue 0

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

Shades of Inch Worm #AAE500

Tints of Inch Worm #AAE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 57.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.61%
G = 57.39%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#AAE500 (or 0xAAE500) is known color: Inch Worm. HEX triplet: AA, E5 and 00. RGB value is (170,229,0). Sum of RGB (Red+Green+Blue) = 170+229+0=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE500 is #551AFF. Grayscale: #BABABA. Windows color (decimal): -5577472 or 58794. OLE color: 58794.

HSL color Cylindrical-coordinate representation of color #AAE500: hue angle of 75.46º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAE500 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 0 -
CMYK 0.26 0 1 0.10
HSL 75.46º 1% 0.45% -
HSV(B) 75.46º 1% 0.9% -
XYZ 44.6 64.58 10.12 -
YUV 185.25 23.45 117.12 -
System Red Green Blue C M Y K H S L
Decimal 170 229 0 0.26 0 1 0.10 75.46 1 0.45
Hex AA E5 0 1A 0 64 A 4B 64 2D
Octal 252 345 0 32 0 144 12 113 144 55
Binary 10101010 11100101 0 11010 0 1100100 1010 1001011 1100100 101101

Color Harmonies of #AAE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE500

Black with #AAE500

Text Example


Text Example

White with #AAE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE500; }

 p { color: rgb(170,229,0); }

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

background-color css

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

 a { background-color: rgb(170,229,0); }

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

border-color css

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

 span { border-color: rgb(170,229,0); }

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