#E6FFAA

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

Shades of Australian Mint #E6FFAA

Tints of Australian Mint #E6FFAA

Color information

#E6FFAA (or 0xE6FFAA) is unknown color: approx Australian Mint. HEX triplet: E6, FF and AA. RGB value is (230,255,170). Sum of RGB (Red+Green+Blue) = 230+255+170=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FFAA is #190055. Grayscale: #EEEEEE. Windows color (decimal): -1638486 or 11206630. OLE color: 11206630.

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

Color convert

RGB230255170-
CMYK0.1000.330
HSL77.65º100%83.33%-
HSV(B)77.65º33.33%100%-
XYZ75.6591.2551.66-
YUV237.8389.72122.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 170 (66.80% from 255) = 25.95%
R=35.11%
G=38.93%
B=25.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302551700.1000.33077.6510083.33
HexE6FFAAA02104e6453
Octal346377252120410116144123
Binary111001101111111110101010101001000010100111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFAA; }

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

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

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

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

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

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

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

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