#E5FBA1

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

Shades of Australian Mint #E5FBA1

Tints of Australian Mint #E5FBA1

Color information

#E5FBA1 (or 0xE5FBA1) is unknown color: approx Australian Mint. HEX triplet: E5, FB and A1. RGB value is (229,251,161). Sum of RGB (Red+Green+Blue) = 229+251+161=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5FBA1 is #1A045E. Grayscale: #EAEAEA. Windows color (decimal): -1705055 or 10615781. OLE color: 10615781.

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

Color convert

RGB229251161-
CMYK0.0900.360.02
HSL74.67º91.84%80.78%-
HSV(B)74.67º35.86%98.43%-
XYZ73.2488.2346.89-
YUV234.1686.71124.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 161 (63.28% from 255) = 25.12%
R=35.73%
G=39.16%
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
Decimal2292511610.0900.360.0274.6791.8480.78
HexE5FBA1902424b5c51
Octal345373241110442113134121
Binary1110010111111011101000011001010010010100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FBA1; }

 p { color: rgb(229,251,161); }

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

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

 a { background-color: rgb(229,251,161); }

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

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

 span { border-color: rgb(229,251,161); }

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