Html Css Color HEX #AAE128 Inch Worm

📋 copy color: '#AAE128'

red 170 ◦ green 225 ◦ blue 40

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

Shades of Inch Worm #AAE128

Tints of Inch Worm #AAE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.2%

R = 39.08%
G = 51.72%
B = 9.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#AAE128 (or 0xAAE128) is known color: Inch Worm. HEX triplet: AA, E1 and 28. RGB value is (170,225,40). Sum of RGB (Red+Green+Blue) = 170+225+40=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE128 is #551ED7. Grayscale: #BCBCBC. Windows color (decimal): -5578456 or 2679210. OLE color: 2679210.

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

Color convert

RGB 170 225 40 -
CMYK 0.24 0 0.82 0.12
HSL 77.84º 0.76% 0.52% -
HSV(B) 77.84º 0.82% 0.88% -
XYZ 43.89 62.55 11.77 -
YUV 187.47 44.78 115.54 -
System Red Green Blue C M Y K H S L
Decimal 170 225 40 0.24 0 0.82 0.12 77.84 0.76 0.52
Hex AA E1 28 18 0 52 C 4E 4C 34
Octal 252 341 50 30 0 122 14 116 114 64
Binary 10101010 11100001 101000 11000 0 1010010 1100 1001110 1001100 110100

Color Harmonies of #AAE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE128

Black with #AAE128

Text Example


Text Example

White with #AAE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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