#E6F9AE

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

Shades of Australian Mint #E6F9AE

Tints of Australian Mint #E6F9AE

Color information

#E6F9AE (or 0xE6F9AE) is unknown color: approx Australian Mint. HEX triplet: E6, F9 and AE. RGB value is (230,249,174). Sum of RGB (Red+Green+Blue) = 230+249+174=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F9AE is #190651. Grayscale: #EBEBEB. Windows color (decimal): -1640018 or 11467238. OLE color: 11467238.

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

Color convert

RGB230249174-
CMYK0.0800.300.02
HSL75.2º86.21%82.94%-
HSV(B)75.2º30.12%97.65%-
XYZ74.1587.6353.05-
YUV234.7793.71124.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=35.22%
G=38.13%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302491740.0800.300.0275.286.2182.94
HexE6F9AE801E24b5653
Octal346371256100362113126123
Binary111001101111100110101110100001111010100101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F9AE; }

 p { color: rgb(230,249,174); }

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

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

 a { background-color: rgb(230,249,174); }

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

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

 span { border-color: rgb(230,249,174); }

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