#E3FAA0

Color #E3FAA0 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #E3FAA0

Tints of Australian Mint #E3FAA0

Color information

#E3FAA0 (or 0xE3FAA0) is unknown color: approx Australian Mint. HEX triplet: E3, FA and A0. RGB value is (227,250,160). Sum of RGB (Red+Green+Blue) = 227+250+160=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3FAA0 is #1C055F. Grayscale: #E9E9E9. Windows color (decimal): -1836384 or 10549987. OLE color: 10549987.

HSL color Cylindrical-coordinate representation of color #E3FAA0: hue angle of 75.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E3FAA0 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB227250160-
CMYK0.0900.360.02
HSL75.33º90%80.39%-
HSV(B)75.33º36%98.04%-
XYZ72.2187.2446.29-
YUV232.8686.88123.82-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.64%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 160 (62.89% from 255) = 25.12%
R=35.64%
G=39.25%
B=25.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2272501600.0900.360.0275.339080.39
HexE3FAA0902424b5a50
Octal343372240110442113132120
Binary1110001111111010101000001001010010010100101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3FAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3FAA0; }

 p { color: rgb(227,250,160); }

 H1.HeaderClassName
 {
   color: #E3FAA0;
 }
 .AnyTagClassName
 {
   color: #E3FAA0;
 }
</style>
background-color css

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

 a { background-color: rgb(227,250,160); }

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

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

 span { border-color: rgb(227,250,160); }

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