#EAF7A8

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

Shades of Australian Mint #EAF7A8

Tints of Australian Mint #EAF7A8

Color information

#EAF7A8 (or 0xEAF7A8) is unknown color: approx Australian Mint. HEX triplet: EA, F7 and A8. RGB value is (234,247,168). Sum of RGB (Red+Green+Blue) = 234+247+168=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7A8 is #150857. Grayscale: #EAEAEA. Windows color (decimal): -1378392 or 11073514. OLE color: 11073514.

HSL color Cylindrical-coordinate representation of color #EAF7A8: hue angle of 69.87º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAF7A8 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB234247168-
CMYK0.0500.320.03
HSL69.87º83.16%81.37%-
HSV(B)69.87º31.98%96.86%-
XYZ74.2686.8449.89-
YUV234.1190.69127.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 247 (96.88% from 255) = 38.06%
BLUE value IS 168 (66.02% from 255) = 25.89%
R=36.06%
G=38.06%
B=25.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471680.0500.320.0369.8783.1681.37
HexEAF7A850203465351
Octal35236725050403106123121
Binary111010101111011110101000101010000011100011010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7A8; }

 p { color: rgb(234,247,168); }

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

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

 a { background-color: rgb(234,247,168); }

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

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

 span { border-color: rgb(234,247,168); }

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