Html Css Color HEX #AAE40B Inch Worm

📋 copy color: '#AAE40B'

red 170 ◦ green 228 ◦ blue 11

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

Shades of Inch Worm #AAE40B

Tints of Inch Worm #AAE40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 41.56%
G = 55.75%
B = 2.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#AAE40B (or 0xAAE40B) is known color: Inch Worm. HEX triplet: AA, E4 and 0B. RGB value is (170,228,11). Sum of RGB (Red+Green+Blue) = 170+228+11=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 228 (89.45% from 255 or 55.75% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE40B is #551BF4. Grayscale: #BABABA. Windows color (decimal): -5577717 or 779434. OLE color: 779434.

HSL color Cylindrical-coordinate representation of color #AAE40B: hue angle of 76.04º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAE40B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 228 11 -
CMYK 0.25 0 0.95 0.11
HSL 76.04º 0.91% 0.47% -
HSV(B) 76.04º 0.95% 0.89% -
XYZ 44.38 64.06 10.34 -
YUV 185.92 29.28 116.64 -
System Red Green Blue C M Y K H S L
Decimal 170 228 11 0.25 0 0.95 0.11 76.04 0.91 0.47
Hex AA E4 B 19 0 5F B 4C 5B 2F
Octal 252 344 13 31 0 137 13 114 133 57
Binary 10101010 11100100 1011 11001 0 1011111 1011 1001100 1011011 101111

Color Harmonies of #AAE40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE40B

Black with #AAE40B

Text Example


Text Example

White with #AAE40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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