Html Css Color HEX #AAE300 Inch Worm

📋 copy color: '#AAE300'

red 170 ◦ green 227 ◦ blue 0

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

Shades of Inch Worm #AAE300

Tints of Inch Worm #AAE300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 57.18%

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

R = 42.82%
G = 57.18%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#AAE300 (or 0xAAE300) is known color: Inch Worm. HEX triplet: AA, E3 and 00. RGB value is (170,227,0). Sum of RGB (Red+Green+Blue) = 170+227+0=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE300 is #551CFF. Grayscale: #B8B8B8. Windows color (decimal): -5577984 or 58282. OLE color: 58282.

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

Color convert

RGB 170 227 0 -
CMYK 0.25 0 1 0.11
HSL 75.07º 1% 0.45% -
HSV(B) 75.07º 1% 0.89% -
XYZ 44.05 63.48 9.93 -
YUV 184.08 24.12 117.96 -
System Red Green Blue C M Y K H S L
Decimal 170 227 0 0.25 0 1 0.11 75.07 1 0.45
Hex AA E3 0 19 0 64 B 4B 64 2D
Octal 252 343 0 31 0 144 13 113 144 55
Binary 10101010 11100011 0 11001 0 1100100 1011 1001011 1100100 101101

Color Harmonies of #AAE300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE300

Black with #AAE300

Text Example


Text Example

White with #AAE300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE300; }

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

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

background-color css

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

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

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

border-color css

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

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

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