Html Css Color HEX #AAE301 Inch Worm

📋 copy color: '#AAE301'

red 170 ◦ green 227 ◦ blue 1

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

Shades of Inch Worm #AAE301

Tints of Inch Worm #AAE301

RGB

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

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

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

R = 42.71%
G = 57.04%
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

#AAE301 (or 0xAAE301) is known color: Inch Worm. HEX triplet: AA, E3 and 01. RGB value is (170,227,1). Sum of RGB (Red+Green+Blue) = 170+227+1=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE301 is #551CFE. Grayscale: #B9B9B9. Windows color (decimal): -5577983 or 123818. OLE color: 123818.

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

Color convert

RGB 170 227 1 -
CMYK 0.25 0 1.00 0.11
HSL 75.13º 0.99% 0.45% -
HSV(B) 75.13º 1% 0.89% -
XYZ 44.05 63.49 9.96 -
YUV 184.19 24.62 117.88 -
System Red Green Blue C M Y K H S L
Decimal 170 227 1 0.25 0 1.00 0.11 75.13 0.99 0.45
Hex AA E3 1 19 0 64 B 4B 63 2D
Octal 252 343 1 31 0 144 13 113 143 55
Binary 10101010 11100011 1 11001 0 1100100 1011 1001011 1100011 101101

Color Harmonies of #AAE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE301

Black with #AAE301

Text Example


Text Example

White with #AAE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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