#EEFF9D

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

Shades of Australian Mint #EEFF9D

Tints of Australian Mint #EEFF9D

Color information

#EEFF9D (or 0xEEFF9D) is unknown color: approx Australian Mint. HEX triplet: EE, FF and 9D. RGB value is (238,255,157). Sum of RGB (Red+Green+Blue) = 238+255+157=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFF9D is #110062. Grayscale: #EFEFEF. Windows color (decimal): -1114211 or 10354670. OLE color: 10354670.

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

Color convert

RGB238255157-
CMYK0.0700.380
HSL70.41º100%80.78%-
HSV(B)70.41º38.43%100%-
XYZ77.1192.1345.62-
YUV238.7481.87127.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 157 (61.72% from 255) = 24.15%
R=36.62%
G=39.23%
B=24.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551570.0700.38070.4110080.78
HexEEFF9D70260466451
Octal35637723570460106144121
Binary11101110111111111001110111101001100100011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFF9D; }

 p { color: rgb(238,255,157); }

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

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

 a { background-color: rgb(238,255,157); }

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

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

 span { border-color: rgb(238,255,157); }

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