#EAFFA0

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

Shades of Australian Mint #EAFFA0

Tints of Australian Mint #EAFFA0

Color information

#EAFFA0 (or 0xEAFFA0) is unknown color: approx Australian Mint. HEX triplet: EA, FF and A0. RGB value is (234,255,160). Sum of RGB (Red+Green+Blue) = 234+255+160=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 160 (62.89% from 255 or 24.65% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFA0 is #15005F. Grayscale: #EEEEEE. Windows color (decimal): -1376352 or 10551274. OLE color: 10551274.

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

Color convert

RGB234255160-
CMYK0.0800.370
HSL73.26º100%81.37%-
HSV(B)73.26º37.25%100%-
XYZ76.0491.5546.92-
YUV237.8984.04125.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 160 (62.89% from 255) = 24.65%
R=36.06%
G=39.29%
B=24.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551600.0800.37073.2610081.37
HexEAFFA080250496451
Octal352377240100450111144121
Binary111010101111111110100000100001001010100100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFA0; }

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

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

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

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

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

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

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

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