Html Css Color HEX #AAE01B Inch Worm

📋 copy color: '#AAE01B'

red 170 ◦ green 224 ◦ blue 27

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

Shades of Inch Worm #AAE01B

Tints of Inch Worm #AAE01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.41%

R = 40.38%
G = 53.21%
B = 6.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#AAE01B (or 0xAAE01B) is known color: Inch Worm. HEX triplet: AA, E0 and 1B. RGB value is (170,224,27). Sum of RGB (Red+Green+Blue) = 170+224+27=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE01B is #551FE4. Grayscale: #BABABA. Windows color (decimal): -5578725 or 1826986. OLE color: 1826986.

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

Color convert

RGB 170 224 27 -
CMYK 0.24 0 0.88 0.12
HSL 76.45º 0.78% 0.49% -
HSV(B) 76.45º 0.88% 0.88% -
XYZ 43.43 61.94 10.7 -
YUV 185.4 38.61 117.02 -
System Red Green Blue C M Y K H S L
Decimal 170 224 27 0.24 0 0.88 0.12 76.45 0.78 0.49
Hex AA E0 1B 18 0 58 C 4C 4E 31
Octal 252 340 33 30 0 130 14 114 116 61
Binary 10101010 11100000 11011 11000 0 1011000 1100 1001100 1001110 110001

Color Harmonies of #AAE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE01B

Black with #AAE01B

Text Example


Text Example

White with #AAE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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