Html Css Color HEX #AAE801 Inch Worm

📋 copy color: '#AAE801'

red 170 ◦ green 232 ◦ blue 1

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

Shades of Inch Worm #AAE801

Tints of Inch Worm #AAE801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 42.18%
G = 57.57%
B = 0.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#AAE801 (or 0xAAE801) is known color: Inch Worm. HEX triplet: AA, E8 and 01. RGB value is (170,232,1). Sum of RGB (Red+Green+Blue) = 170+232+1=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 232 (91.02% from 255 or 57.57% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE801 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAE801 is #5517FE. Grayscale: #BBBBBB. Windows color (decimal): -5576703 or 125098. OLE color: 125098.

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

Color convert

RGB 170 232 1 -
CMYK 0.27 0 1.00 0.09
HSL 76.1º 0.99% 0.46% -
HSV(B) 76.1º 1% 0.91% -
XYZ 45.44 66.26 10.42 -
YUV 187.13 22.96 115.78 -
System Red Green Blue C M Y K H S L
Decimal 170 232 1 0.27 0 1.00 0.09 76.1 0.99 0.46
Hex AA E8 1 1B 0 64 9 4C 63 2E
Octal 252 350 1 33 0 144 11 114 143 56
Binary 10101010 11101000 1 11011 0 1100100 1001 1001100 1100011 101110

Color Harmonies of #AAE801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE801

Black with #AAE801

Text Example


Text Example

White with #AAE801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE801; }

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

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

background-color css

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

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

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

border-color css

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

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

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