Html Css Color HEX #E2FAAA Australian Mint

📋 copy color: '#E2FAAA'

red 226 ◦ green 250 ◦ blue 170

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

Shades of Australian Mint #E2FAAA

Tints of Australian Mint #E2FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.7%

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

R = 34.98%
G = 38.7%
B = 26.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#E2FAAA (or 0xE2FAAA) is known color: Australian Mint. HEX triplet: E2, FA and AA. RGB value is (226,250,170). Sum of RGB (Red+Green+Blue) = 226+250+170=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAAA is #1D0555. Grayscale: #EAEAEA. Windows color (decimal): -1901910 or 11205346. OLE color: 11205346.

HSL color Cylindrical-coordinate representation of color #E2FAAA: hue angle of 78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2FAAA is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 250 170 -
CMYK 0.10 0 0.32 0.02
HSL 78º 0.89% 0.82% -
HSV(B) 78º 0.32% 0.98% -
XYZ 72.81 87.44 51.07 -
YUV 233.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 226 250 170 0.10 0 0.32 0.02 78 0.89 0.82
Hex E2 FA AA A 0 20 2 4E 59 52
Octal 342 372 252 12 0 40 2 116 131 122
Binary 11100010 11111010 10101010 1010 0 100000 10 1001110 1011001 1010010

Color Harmonies of #E2FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FAAA

Black with #E2FAAA

Text Example


Text Example

White with #E2FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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