Html Css Color HEX #AAE800 Inch Worm

📋 copy color: '#AAE800'

red 170 ◦ green 232 ◦ blue 0

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

Shades of Inch Worm #AAE800

Tints of Inch Worm #AAE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 57.71%

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

R = 42.29%
G = 57.71%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#AAE800 (or 0xAAE800) is known color: Inch Worm. HEX triplet: AA, E8 and 00. RGB value is (170,232,0). Sum of RGB (Red+Green+Blue) = 170+232+0=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE800 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE800 is #5517FF. Grayscale: #BBBBBB. Windows color (decimal): -5576704 or 59562. OLE color: 59562.

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

Color convert

RGB 170 232 0 -
CMYK 0.27 0 1 0.09
HSL 76.03º 1% 0.45% -
HSV(B) 76.03º 1% 0.91% -
XYZ 45.43 66.26 10.39 -
YUV 187.01 22.46 115.86 -
System Red Green Blue C M Y K H S L
Decimal 170 232 0 0.27 0 1 0.09 76.03 1 0.45
Hex AA E8 0 1B 0 64 9 4C 64 2D
Octal 252 350 0 33 0 144 11 114 144 55
Binary 10101010 11101000 0 11011 0 1100100 1001 1001100 1100100 101101

Color Harmonies of #AAE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE800

Black with #AAE800

Text Example


Text Example

White with #AAE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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