Html Css Color HEX #AAE01F Inch Worm

📋 copy color: '#AAE01F'

red 170 ◦ green 224 ◦ blue 31

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

Shades of Inch Worm #AAE01F

Tints of Inch Worm #AAE01F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.71%

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 40%
G = 52.71%
B = 7.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#AAE01F (or 0xAAE01F) is known color: Inch Worm. HEX triplet: AA, E0 and 1F. RGB value is (170,224,31). Sum of RGB (Red+Green+Blue) = 170+224+31=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE01F is #551FE0. Grayscale: #BABABA. Windows color (decimal): -5578721 or 2089130. OLE color: 2089130.

HSL color Cylindrical-coordinate representation of color #AAE01F: hue angle of 76.79º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAE01F is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 31 -
CMYK 0.24 0 0.86 0.12
HSL 76.79º 0.76% 0.5% -
HSV(B) 76.79º 0.86% 0.88% -
XYZ 43.48 61.96 10.96 -
YUV 185.85 40.61 116.69 -
System Red Green Blue C M Y K H S L
Decimal 170 224 31 0.24 0 0.86 0.12 76.79 0.76 0.5
Hex AA E0 1F 18 0 56 C 4D 4C 32
Octal 252 340 37 30 0 126 14 115 114 62
Binary 10101010 11100000 11111 11000 0 1010110 1100 1001101 1001100 110010

Color Harmonies of #AAE01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE01F

Black with #AAE01F

Text Example


Text Example

White with #AAE01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE01F; }

 p { color: rgb(170,224,31); }

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

background-color css

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

 a { background-color: rgb(170,224,31); }

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

border-color css

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

 span { border-color: rgb(170,224,31); }

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