#EFFEA0

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

Shades of Australian Mint #EFFEA0

Tints of Australian Mint #EFFEA0

Color information

#EFFEA0 (or 0xEFFEA0) is unknown color: approx Australian Mint. HEX triplet: EF, FE and A0. RGB value is (239,254,160). Sum of RGB (Red+Green+Blue) = 239+254+160=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA0 is #10015F. Grayscale: #EFEFEF. Windows color (decimal): -1048928 or 10551023. OLE color: 10551023.

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

Color convert

RGB239254160-
CMYK0.0600.370.00
HSL69.57º97.92%81.18%-
HSV(B)69.57º37.01%99.61%-
XYZ77.3891.7746.89-
YUV238.883.53128.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 160 (62.89% from 255) = 24.50%
R=36.60%
G=38.90%
B=24.50%

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
Decimal2392541600.0600.370.0069.5797.9281.18
HexEFFEA060250466251
Octal35737624060450106142121
Binary11101111111111101010000011001001010100011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEA0; }

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

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

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

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

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

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

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

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