#EFFFA3

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

Shades of Australian Mint #EFFFA3

Tints of Australian Mint #EFFFA3

Color information

#EFFFA3 (or 0xEFFFA3) is unknown color: approx Australian Mint. HEX triplet: EF, FF and A3. RGB value is (239,255,163). Sum of RGB (Red+Green+Blue) = 239+255+163=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 163 (64.06% from 255 or 24.81% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFA3 is #10005C. Grayscale: #F0F0F0. Windows color (decimal): -1048669 or 10747887. OLE color: 10747887.

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

Color convert

RGB239255163-
CMYK0.0600.360
HSL70.43º100%81.96%-
HSV(B)70.43º36.08%100%-
XYZ77.9792.5248.4-
YUV239.7384.7127.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 255 (100% from 255) = 38.81%
BLUE value IS 163 (64.06% from 255) = 24.81%
R=36.38%
G=38.81%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551630.0600.36070.4310081.96
HexEFFFA360240466452
Octal35737724360440106144122
Binary11101111111111111010001111001001000100011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFA3; }

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

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

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

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

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

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

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

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