#E6FFAE

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

Shades of Australian Mint #E6FFAE

Tints of Australian Mint #E6FFAE

Color information

#E6FFAE (or 0xE6FFAE) is unknown color: approx Australian Mint. HEX triplet: E6, FF and AE. RGB value is (230,255,174). Sum of RGB (Red+Green+Blue) = 230+255+174=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFAE is #190051. Grayscale: #EEEEEE. Windows color (decimal): -1638482 or 11468774. OLE color: 11468774.

HSL color Cylindrical-coordinate representation of color #E6FFAE: hue angle of 78.52º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6FFAE is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB230255174-
CMYK0.1000.320
HSL78.52º100%84.12%-
HSV(B)78.52º31.76%100%-
XYZ76.0391.453.68-
YUV238.2991.72122.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 174 (68.36% from 255) = 26.40%
R=34.90%
G=38.69%
B=26.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302551740.1000.32078.5210084.12
HexE6FFAEA02004f6454
Octal346377256120400117144124
Binary111001101111111110101110101001000000100111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFAE; }

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

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

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

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

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

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

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

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