#EAF89D

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

Shades of Australian Mint #EAF89D

Tints of Australian Mint #EAF89D

Color information

#EAF89D (or 0xEAF89D) is unknown color: approx Australian Mint. HEX triplet: EA, F8 and 9D. RGB value is (234,248,157). Sum of RGB (Red+Green+Blue) = 234+248+157=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF89D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF89D is #150762. Grayscale: #E9E9E9. Windows color (decimal): -1378147 or 10352874. OLE color: 10352874.

HSL color Cylindrical-coordinate representation of color #EAF89D: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAF89D is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB234248157-
CMYK0.0600.370.03
HSL69.23º86.67%79.41%-
HSV(B)69.23º36.69%97.25%-
XYZ73.5887.0644.82-
YUV233.4484.86128.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 248 (97.27% from 255) = 38.81%
BLUE value IS 157 (61.72% from 255) = 24.57%
R=36.62%
G=38.81%
B=24.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481570.0600.370.0369.2386.6779.41
HexEAF89D6025345574f
Octal35237023560453105127117
Binary111010101111100010011101110010010111100010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF89D; }

 p { color: rgb(234,248,157); }

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

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

 a { background-color: rgb(234,248,157); }

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

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

 span { border-color: rgb(234,248,157); }

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