Html Css Color HEX #E2FEAA Australian Mint

📋 copy color: '#E2FEAA'

red 226 ◦ green 254 ◦ blue 170

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

Shades of Australian Mint #E2FEAA

Tints of Australian Mint #E2FEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.08%

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

R = 34.77%
G = 39.08%
B = 26.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#E2FEAA (or 0xE2FEAA) is known color: Australian Mint. HEX triplet: E2, FE and AA. RGB value is (226,254,170). Sum of RGB (Red+Green+Blue) = 226+254+170=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FEAA is #1D0155. Grayscale: #ECECEC. Windows color (decimal): -1900886 or 11206370. OLE color: 11206370.

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

Color convert

RGB 226 254 170 -
CMYK 0.11 0 0.33 0.00
HSL 80º 0.98% 0.83% -
HSV(B) 80º 0.33% 1% -
XYZ 74.06 89.95 51.49 -
YUV 236.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 226 254 170 0.11 0 0.33 0.00 80 0.98 0.83
Hex E2 FE AA B 0 21 0 50 62 53
Octal 342 376 252 13 0 41 0 120 142 123
Binary 11100010 11111110 10101010 1011 0 100001 0 1010000 1100010 1010011

Color Harmonies of #E2FEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FEAA

Black with #E2FEAA

Text Example


Text Example

White with #E2FEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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