Html Css Color HEX #E2F0AA Australian Mint

📋 copy color: '#E2F0AA'

red 226 ◦ green 240 ◦ blue 170

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

Shades of Australian Mint #E2F0AA

Tints of Australian Mint #E2F0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.74%

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

R = 35.53%
G = 37.74%
B = 26.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#E2F0AA (or 0xE2F0AA) is known color: Australian Mint. HEX triplet: E2, F0 and AA. RGB value is (226,240,170). Sum of RGB (Red+Green+Blue) = 226+240+170=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F0AA is #1D0F55. Grayscale: #E4E4E4. Windows color (decimal): -1904470 or 11202786. OLE color: 11202786.

HSL color Cylindrical-coordinate representation of color #E2F0AA: hue angle of 72º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2F0AA is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 240 170 -
CMYK 0.06 0 0.29 0.06
HSL 72º 0.7% 0.8% -
HSV(B) 72º 0.29% 0.94% -
XYZ 69.78 81.39 50.06 -
YUV 227.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 226 240 170 0.06 0 0.29 0.06 72 0.7 0.8
Hex E2 F0 AA 6 0 1D 6 48 46 50
Octal 342 360 252 6 0 35 6 110 106 120
Binary 11100010 11110000 10101010 110 0 11101 110 1001000 1000110 1010000

Color Harmonies of #E2F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F0AA

Black with #E2F0AA

Text Example


Text Example

White with #E2F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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