#E6F6B4

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

Shades of Australian Mint #E6F6B4

Tints of Australian Mint #E6F6B4

Color information

#E6F6B4 (or 0xE6F6B4) is unknown color: approx Australian Mint. HEX triplet: E6, F6 and B4. RGB value is (230,246,180). Sum of RGB (Red+Green+Blue) = 230+246+180=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 180 (70.70% from 255 or 27.44% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #E6F6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F6B4 is #19094B. Grayscale: #E9E9E9. Windows color (decimal): -1640780 or 11859686. OLE color: 11859686.

HSL color Cylindrical-coordinate representation of color #E6F6B4: hue angle of 74.55º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6F6B4 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB230246180-
CMYK0.0700.270.04
HSL74.55º78.57%83.53%-
HSV(B)74.55º26.83%96.47%-
XYZ73.8386.0355.89-
YUV233.6997.7125.37-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 246 (96.48% from 255) = 37.5%
BLUE value IS 180 (70.70% from 255) = 27.44%
R=35.06%
G=37.5%
B=27.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302461800.0700.270.0474.5578.5783.53
HexE6F6B4701B44b4f54
Octal34636626470334113117124
Binary111001101111011010110100111011011100100101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F6B4; }

 p { color: rgb(230,246,180); }

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

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

 a { background-color: rgb(230,246,180); }

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

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

 span { border-color: rgb(230,246,180); }

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