Html Css Color HEX #E2FFAA Australian Mint

📋 copy color: '#E2FFAA'

red 226 ◦ green 255 ◦ blue 170

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

Shades of Australian Mint #E2FFAA

Tints of Australian Mint #E2FFAA

RGB

 RED value IS 226 (88.67% from 255) = 34.72%

 GREEN value IS 255 (100% from 255) = 39.17%

 BLUE value IS 170 (66.8% from 255) = 26.11%

R = 34.72%
G = 39.17%
B = 26.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#E2FFAA (or 0xE2FFAA) is known color: Australian Mint. HEX triplet: E2, FF and AA. RGB value is (226,255,170). Sum of RGB (Red+Green+Blue) = 226+255+170=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FFAA is #1D0055. Grayscale: #ECECEC. Windows color (decimal): -1900630 or 11206626. OLE color: 11206626.

HSL color Cylindrical-coordinate representation of color #E2FFAA: hue angle of 80.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2FFAA is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 226 255 170 -
CMYK 0.11 0 0.33 0
HSL 80.47º 1% 0.83% -
HSV(B) 80.47º 0.33% 1% -
XYZ 74.38 90.59 51.6 -
YUV 236.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 226 255 170 0.11 0 0.33 0 80.47 1 0.83
Hex E2 FF AA B 0 21 0 50 64 53
Octal 342 377 252 13 0 41 0 120 144 123
Binary 11100010 11111111 10101010 1011 0 100001 0 1010000 1100100 1010011

Color Harmonies of #E2FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FFAA

Black with #E2FFAA

Text Example


Text Example

White with #E2FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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