Html Css Color HEX #AAE108 Inch Worm

📋 copy color: '#AAE108'

red 170 ◦ green 225 ◦ blue 8

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

Shades of Inch Worm #AAE108

Tints of Inch Worm #AAE108

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.83%

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 42.18%
G = 55.83%
B = 1.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#AAE108 (or 0xAAE108) is known color: Inch Worm. HEX triplet: AA, E1 and 08. RGB value is (170,225,8). Sum of RGB (Red+Green+Blue) = 170+225+8=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 225 (88.28% from 255 or 55.83% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAE108 is #551EF7. Grayscale: #B8B8B8. Windows color (decimal): -5578488 or 582058. OLE color: 582058.

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

Color convert

RGB 170 225 8 -
CMYK 0.24 0 0.96 0.12
HSL 75.21º 0.93% 0.46% -
HSV(B) 75.21º 0.96% 0.88% -
XYZ 43.55 62.41 9.98 -
YUV 183.82 28.78 118.14 -
System Red Green Blue C M Y K H S L
Decimal 170 225 8 0.24 0 0.96 0.12 75.21 0.93 0.46
Hex AA E1 8 18 0 60 C 4B 5D 2E
Octal 252 341 10 30 0 140 14 113 135 56
Binary 10101010 11100001 1000 11000 0 1100000 1100 1001011 1011101 101110

Color Harmonies of #AAE108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE108

Black with #AAE108

Text Example


Text Example

White with #AAE108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE108; }

 p { color: rgb(170,225,8); }

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

background-color css

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

 a { background-color: rgb(170,225,8); }

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

border-color css

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

 span { border-color: rgb(170,225,8); }

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