Html Css Color HEX #E2FAB2 Australian Mint

📋 copy color: '#E2FAB2'

red 226 ◦ green 250 ◦ blue 178

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

Shades of Australian Mint #E2FAB2

Tints of Australian Mint #E2FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.22%

R = 34.56%
G = 38.23%
B = 27.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#E2FAB2 (or 0xE2FAB2) is known color: Australian Mint. HEX triplet: E2, FA and B2. RGB value is (226,250,178). Sum of RGB (Red+Green+Blue) = 226+250+178=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAB2 is #1D054D. Grayscale: #EAEAEA. Windows color (decimal): -1901902 or 11729634. OLE color: 11729634.

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

Color convert

RGB 226 250 178 -
CMYK 0.10 0 0.29 0.02
HSL 80º 0.88% 0.84% -
HSV(B) 80º 0.29% 0.98% -
XYZ 73.59 87.75 55.18 -
YUV 234.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 226 250 178 0.10 0 0.29 0.02 80 0.88 0.84
Hex E2 FA B2 A 0 1D 2 50 58 54
Octal 342 372 262 12 0 35 2 120 130 124
Binary 11100010 11111010 10110010 1010 0 11101 10 1010000 1011000 1010100

Color Harmonies of #E2FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FAB2

Black with #E2FAB2

Text Example


Text Example

White with #E2FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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