#E1FBAE

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

Shades of Australian Mint #E1FBAE

Tints of Australian Mint #E1FBAE

Color information

#E1FBAE (or 0xE1FBAE) is unknown color: approx Australian Mint. HEX triplet: E1, FB and AE. RGB value is (225,251,174). Sum of RGB (Red+Green+Blue) = 225+251+174=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBAE is #1E0451. Grayscale: #EAEAEA. Windows color (decimal): -1967186 or 11467745. OLE color: 11467745.

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

Color convert

RGB225251174-
CMYK0.1000.310.02
HSL80.26º90.59%83.33%-
HSV(B)80.26º30.68%98.43%-
XYZ73.1988.0653.18-
YUV234.4593.89121.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 174 (68.36% from 255) = 26.77%
R=34.62%
G=38.62%
B=26.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511740.1000.310.0280.2690.5983.33
HexE1FBAEA01F2505b53
Octal341373256120372120133123
Binary111000011111101110101110101001111110101000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBAE; }

 p { color: rgb(225,251,174); }

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

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

 a { background-color: rgb(225,251,174); }

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

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

 span { border-color: rgb(225,251,174); }

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