#EFFF9E

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

Shades of Australian Mint #EFFF9E

Tints of Australian Mint #EFFF9E

Color information

#EFFF9E (or 0xEFFF9E) is unknown color: approx Australian Mint. HEX triplet: EF, FF and 9E. RGB value is (239,255,158). Sum of RGB (Red+Green+Blue) = 239+255+158=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF9E is #100061. Grayscale: #EFEFEF. Windows color (decimal): -1048674 or 10420207. OLE color: 10420207.

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

Color convert

RGB239255158-
CMYK0.0600.380
HSL69.9º100%80.98%-
HSV(B)69.9º38.04%100%-
XYZ77.5392.3446.08-
YUV239.1682.2127.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 158 (62.11% from 255) = 24.23%
R=36.66%
G=39.11%
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
SystemRedGreenBlueCMYKHSL
Decimal2392551580.0600.38069.910080.98
HexEFFF9E60260466451
Octal35737723660460106144121
Binary11101111111111111001111011001001100100011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF9E; }

 p { color: rgb(239,255,158); }

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

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

 a { background-color: rgb(239,255,158); }

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

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

 span { border-color: rgb(239,255,158); }

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