#E1FBAF

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

Shades of Australian Mint #E1FBAF

Tints of Australian Mint #E1FBAF

Color information

#E1FBAF (or 0xE1FBAF) is unknown color: approx Australian Mint. HEX triplet: E1, FB and AF. RGB value is (225,251,175). Sum of RGB (Red+Green+Blue) = 225+251+175=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBAF is #1E0450. Grayscale: #EAEAEA. Windows color (decimal): -1967185 or 11533281. OLE color: 11533281.

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

Color convert

RGB225251175-
CMYK0.1000.300.02
HSL80.53º90.48%83.53%-
HSV(B)80.53º30.28%98.43%-
XYZ73.2988.153.7-
YUV234.5694.39121.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.56%
GREEN value IS 251 (98.44% from 255) = 38.56%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=34.56%
G=38.56%
B=26.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511750.1000.300.0280.5390.4883.53
HexE1FBAFA01E2515a54
Octal341373257120362121132124
Binary111000011111101110101111101001111010101000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBAF; }

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

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

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

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

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

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

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

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