Html Css Color HEX #E2FAAF Australian Mint

📋 copy color: '#E2FAAF'

red 226 ◦ green 250 ◦ blue 175

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

Shades of Australian Mint #E2FAAF

Tints of Australian Mint #E2FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.88%

R = 34.72%
G = 38.4%
B = 26.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#E2FAAF (or 0xE2FAAF) is known color: Australian Mint. HEX triplet: E2, FA and AF. RGB value is (226,250,175). Sum of RGB (Red+Green+Blue) = 226+250+175=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FAAF is #1D0550. Grayscale: #EAEAEA. Windows color (decimal): -1901905 or 11533026. OLE color: 11533026.

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

Color convert

RGB 226 250 175 -
CMYK 0.10 0 0.3 0.02
HSL 79.2º 0.88% 0.83% -
HSV(B) 79.2º 0.3% 0.98% -
XYZ 73.29 87.64 53.61 -
YUV 234.27 94.55 122.1 -
System Red Green Blue C M Y K H S L
Decimal 226 250 175 0.10 0 0.3 0.02 79.2 0.88 0.83
Hex E2 FA AF A 0 1E 2 4F 58 53
Octal 342 372 257 12 0 36 2 117 130 123
Binary 11100010 11111010 10101111 1010 0 11110 10 1001111 1011000 1010011

Color Harmonies of #E2FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FAAF

Black with #E2FAAF

Text Example


Text Example

White with #E2FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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