#E5F0B0

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

Shades of Australian Mint #E5F0B0

Tints of Australian Mint #E5F0B0

Color information

#E5F0B0 (or 0xE5F0B0) is unknown color: approx Australian Mint. HEX triplet: E5, F0 and B0. RGB value is (229,240,176). Sum of RGB (Red+Green+Blue) = 229+240+176=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5F0B0 is #1A0F4F. Grayscale: #E5E5E5. Windows color (decimal): -1707856 or 11596005. OLE color: 11596005.

HSL color Cylindrical-coordinate representation of color #E5F0B0: hue angle of 70.31º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5F0B0 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB229240176-
CMYK0.0500.270.06
HSL70.31º68.09%81.57%-
HSV(B)70.31º26.67%94.12%-
XYZ71.3182.1153.17-
YUV229.4297.86127.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 176 (69.14% from 255) = 27.29%
R=35.50%
G=37.21%
B=27.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292401760.0500.270.0670.3168.0981.57
HexE5F0B0501B6464452
Octal34536026050336106104122
Binary111001011111000010110000101011011110100011010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F0B0; }

 p { color: rgb(229,240,176); }

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

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

 a { background-color: rgb(229,240,176); }

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

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

 span { border-color: rgb(229,240,176); }

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