#EEFEA0

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

Shades of Australian Mint #EEFEA0

Tints of Australian Mint #EEFEA0

Color information

#EEFEA0 (or 0xEEFEA0) is unknown color: approx Australian Mint. HEX triplet: EE, FE and A0. RGB value is (238,254,160). Sum of RGB (Red+Green+Blue) = 238+254+160=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFEA0 is #11015F. Grayscale: #EEEEEE. Windows color (decimal): -1114464 or 10551022. OLE color: 10551022.

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

Color convert

RGB238254160-
CMYK0.0600.370.00
HSL70.21º97.92%81.18%-
HSV(B)70.21º37.01%99.61%-
XYZ77.0591.646.88-
YUV238.583.7127.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 160 (62.89% from 255) = 24.54%
R=36.50%
G=38.96%
B=24.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541600.0600.370.0070.2197.9281.18
HexEEFEA060250466251
Octal35637624060450106142121
Binary11101110111111101010000011001001010100011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEA0; }

 p { color: rgb(238,254,160); }

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

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

 a { background-color: rgb(238,254,160); }

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

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

 span { border-color: rgb(238,254,160); }

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