#EFFF9D

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

Shades of Australian Mint #EFFF9D

Tints of Australian Mint #EFFF9D

Color information

#EFFF9D (or 0xEFFF9D) is unknown color: approx Australian Mint. HEX triplet: EF, FF and 9D. RGB value is (239,255,157). Sum of RGB (Red+Green+Blue) = 239+255+157=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 157 (61.72% from 255 or 24.12% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFF9D is #100062. Grayscale: #EFEFEF. Windows color (decimal): -1048675 or 10354671. OLE color: 10354671.

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

Color convert

RGB239255157-
CMYK0.0600.380
HSL69.8º100%80.78%-
HSV(B)69.8º38.43%100%-
XYZ77.4492.3145.63-
YUV239.0481.7127.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 157 (61.72% from 255) = 24.12%
R=36.71%
G=39.17%
B=24.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551570.0600.38069.810080.78
HexEFFF9D60260466451
Octal35737723560460106144121
Binary11101111111111111001110111001001100100011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFF9D; }

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

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

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

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

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

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

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

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