Html Css Color HEX #AAE225 Inch Worm

📋 copy color: '#AAE225'

red 170 ◦ green 226 ◦ blue 37

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

Shades of Inch Worm #AAE225

Tints of Inch Worm #AAE225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.19%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 39.26%
G = 52.19%
B = 8.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#AAE225 (or 0xAAE225) is known color: Inch Worm. HEX triplet: AA, E2 and 25. RGB value is (170,226,37). Sum of RGB (Red+Green+Blue) = 170+226+37=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE225 is #551DDA. Grayscale: #BCBCBC. Windows color (decimal): -5578203 or 2482858. OLE color: 2482858.

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

Color convert

RGB 170 226 37 -
CMYK 0.25 0 0.84 0.11
HSL 77.78º 0.77% 0.52% -
HSV(B) 77.78º 0.84% 0.89% -
XYZ 44.11 63.07 11.6 -
YUV 187.71 42.95 115.37 -
System Red Green Blue C M Y K H S L
Decimal 170 226 37 0.25 0 0.84 0.11 77.78 0.77 0.52
Hex AA E2 25 19 0 54 B 4E 4D 34
Octal 252 342 45 31 0 124 13 116 115 64
Binary 10101010 11100010 100101 11001 0 1010100 1011 1001110 1001101 110100

Color Harmonies of #AAE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE225

Black with #AAE225

Text Example


Text Example

White with #AAE225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE225; }

 p { color: rgb(170,226,37); }

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

background-color css

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

 a { background-color: rgb(170,226,37); }

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

border-color css

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

 span { border-color: rgb(170,226,37); }

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