#EEFD9D

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

Shades of Australian Mint #EEFD9D

Tints of Australian Mint #EEFD9D

Color information

#EEFD9D (or 0xEEFD9D) is unknown color: approx Australian Mint. HEX triplet: EE, FD and 9D. RGB value is (238,253,157). Sum of RGB (Red+Green+Blue) = 238+253+157=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 157 (61.72% from 255 or 24.23% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFD9D is #110262. Grayscale: #EDEDED. Windows color (decimal): -1114723 or 10354158. OLE color: 10354158.

HSL color Cylindrical-coordinate representation of color #EEFD9D: hue angle of 69.38º degrees, saturation: 0.96, 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 #EEFD9D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB238253157-
CMYK0.0600.380.01
HSL69.38º96%80.39%-
HSV(B)69.38º37.94%99.22%-
XYZ76.4790.8645.41-
YUV237.5782.53128.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 157 (61.72% from 255) = 24.23%
R=36.73%
G=39.04%
B=24.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531570.0600.380.0169.389680.39
HexEEFD9D60261456050
Octal35637523560461105140120
Binary11101110111111011001110111001001101100010111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD9D; }

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

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

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

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

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

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

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

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