#EAFFA5

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

Shades of Australian Mint #EAFFA5

Tints of Australian Mint #EAFFA5

Color information

#EAFFA5 (or 0xEAFFA5) is unknown color: approx Australian Mint. HEX triplet: EA, FF and A5. RGB value is (234,255,165). Sum of RGB (Red+Green+Blue) = 234+255+165=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFA5 is #15005A. Grayscale: #EEEEEE. Windows color (decimal): -1376347 or 10878954. OLE color: 10878954.

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

Color convert

RGB234255165-
CMYK0.0800.350
HSL74º100%82.35%-
HSV(B)74º35.29%100%-
XYZ76.4891.7349.27-
YUV238.4686.54124.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=35.78%
G=38.99%
B=25.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551650.0800.3507410082.35
HexEAFFA5802304a6452
Octal352377245100430112144122
Binary111010101111111110100101100001000110100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFA5; }

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

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

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

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

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

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

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

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