#EAFC9D

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

Shades of Australian Mint #EAFC9D

Tints of Australian Mint #EAFC9D

Color information

#EAFC9D (or 0xEAFC9D) is unknown color: approx Australian Mint. HEX triplet: EA, FC and 9D. RGB value is (234,252,157). Sum of RGB (Red+Green+Blue) = 234+252+157=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 157 (61.72% from 255 or 24.42% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC9D is #150362. Grayscale: #ECECEC. Windows color (decimal): -1377123 or 10353898. OLE color: 10353898.

HSL color Cylindrical-coordinate representation of color #EAFC9D: hue angle of 71.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAFC9D is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB234252157-
CMYK0.0700.380.01
HSL71.37º94.06%80.2%-
HSV(B)71.37º37.7%98.82%-
XYZ74.8389.5545.24-
YUV235.7983.54126.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 157 (61.72% from 255) = 24.42%
R=36.39%
G=39.19%
B=24.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521570.0700.380.0171.3794.0680.2
HexEAFC9D70261475e50
Octal35237423570461107136120
Binary11101010111111001001110111101001101100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFC9D; }

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

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

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

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

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

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

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

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