Html Css Color HEX #AAE201 Inch Worm

📋 copy color: '#AAE201'

red 170 ◦ green 226 ◦ blue 1

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

Shades of Inch Worm #AAE201

Tints of Inch Worm #AAE201

RGB

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

 GREEN value IS 226 (88.67% from 255) = 56.93%

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

R = 42.82%
G = 56.93%
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

#AAE201 (or 0xAAE201) is known color: Inch Worm. HEX triplet: AA, E2 and 01. RGB value is (170,226,1). Sum of RGB (Red+Green+Blue) = 170+226+1=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 226 (88.67% from 255 or 56.93% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE201 is #551DFE. Grayscale: #B8B8B8. Windows color (decimal): -5578239 or 123562. OLE color: 123562.

HSL color Cylindrical-coordinate representation of color #AAE201: hue angle of 74.93º 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 #AAE201 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 1 -
CMYK 0.25 0 1.00 0.11
HSL 74.93º 0.99% 0.45% -
HSV(B) 74.93º 1% 0.89% -
XYZ 43.78 62.94 9.87 -
YUV 183.61 24.95 118.3 -
System Red Green Blue C M Y K H S L
Decimal 170 226 1 0.25 0 1.00 0.11 74.93 0.99 0.45
Hex AA E2 1 19 0 64 B 4B 63 2D
Octal 252 342 1 31 0 144 13 113 143 55
Binary 10101010 11100010 1 11001 0 1100100 1011 1001011 1100011 101101

Color Harmonies of #AAE201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE201

Black with #AAE201

Text Example


Text Example

White with #AAE201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE201; }

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

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

background-color css

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

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

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

border-color css

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

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

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