#EAFFA6

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

Shades of Australian Mint #EAFFA6

Tints of Australian Mint #EAFFA6

Color information

#EAFFA6 (or 0xEAFFA6) is unknown color: approx Australian Mint. HEX triplet: EA, FF and A6. RGB value is (234,255,166). Sum of RGB (Red+Green+Blue) = 234+255+166=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 166 (65.23% from 255 or 25.34% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFA6 is #150059. Grayscale: #EEEEEE. Windows color (decimal): -1376346 or 10944490. OLE color: 10944490.

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

Color convert

RGB234255166-
CMYK0.0800.350
HSL74.16º100%82.55%-
HSV(B)74.16º34.9%100%-
XYZ76.5791.7749.75-
YUV238.5887.04124.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.73%
GREEN value IS 255 (100% from 255) = 38.93%
BLUE value IS 166 (65.23% from 255) = 25.34%
R=35.73%
G=38.93%
B=25.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551660.0800.35074.1610082.55
HexEAFFA6802304a6453
Octal352377246100430112144123
Binary111010101111111110100110100001000110100101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFA6; }

 p { color: rgb(234,255,166); }

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

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

 a { background-color: rgb(234,255,166); }

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

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

 span { border-color: rgb(234,255,166); }

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