Html Css Color HEX #AAE401 Inch Worm

📋 copy color: '#AAE401'

red 170 ◦ green 228 ◦ blue 1

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

Shades of Inch Worm #AAE401

Tints of Inch Worm #AAE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 57.14%

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

R = 42.61%
G = 57.14%
B = 0.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#AAE401 (or 0xAAE401) is known color: Inch Worm. HEX triplet: AA, E4 and 01. RGB value is (170,228,1). Sum of RGB (Red+Green+Blue) = 170+228+1=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 228 (89.45% from 255 or 57.14% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE401 is #551BFE. Grayscale: #B9B9B9. Windows color (decimal): -5577727 or 124074. OLE color: 124074.

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

Color convert

RGB 170 228 1 -
CMYK 0.25 0 1.00 0.11
HSL 75.33º 0.99% 0.45% -
HSV(B) 75.33º 1% 0.89% -
XYZ 44.33 64.04 10.05 -
YUV 184.78 24.28 117.46 -
System Red Green Blue C M Y K H S L
Decimal 170 228 1 0.25 0 1.00 0.11 75.33 0.99 0.45
Hex AA E4 1 19 0 64 B 4B 63 2D
Octal 252 344 1 31 0 144 13 113 143 55
Binary 10101010 11100100 1 11001 0 1100100 1011 1001011 1100011 101101

Color Harmonies of #AAE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE401

Black with #AAE401

Text Example


Text Example

White with #AAE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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