Html Css Color HEX #AAE026 Inch Worm

📋 copy color: '#AAE026'

red 170 ◦ green 224 ◦ blue 38

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

Shades of Inch Worm #AAE026

Tints of Inch Worm #AAE026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.8%

R = 39.35%
G = 51.85%
B = 8.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#AAE026 (or 0xAAE026) is known color: Inch Worm. HEX triplet: AA, E0 and 26. RGB value is (170,224,38). Sum of RGB (Red+Green+Blue) = 170+224+38=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE026 is #551FD9. Grayscale: #BBBBBB. Windows color (decimal): -5578714 or 2547882. OLE color: 2547882.

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

Color convert

RGB 170 224 38 -
CMYK 0.24 0 0.83 0.12
HSL 77.42º 0.75% 0.51% -
HSV(B) 77.42º 0.83% 0.88% -
XYZ 43.58 62 11.5 -
YUV 186.65 44.11 116.12 -
System Red Green Blue C M Y K H S L
Decimal 170 224 38 0.24 0 0.83 0.12 77.42 0.75 0.51
Hex AA E0 26 18 0 53 C 4D 4B 33
Octal 252 340 46 30 0 123 14 115 113 63
Binary 10101010 11100000 100110 11000 0 1010011 1100 1001101 1001011 110011

Color Harmonies of #AAE026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE026

Black with #AAE026

Text Example


Text Example

White with #AAE026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE026; }

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

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

background-color css

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

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

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

border-color css

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

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

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