#EFFEAC

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

Shades of Australian Mint #EFFEAC

Tints of Australian Mint #EFFEAC

Color information

#EFFEAC (or 0xEFFEAC) is unknown color: approx Australian Mint. HEX triplet: EF, FE and AC. RGB value is (239,254,172). Sum of RGB (Red+Green+Blue) = 239+254+172=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEAC is #100153. Grayscale: #F0F0F0. Windows color (decimal): -1048916 or 11337455. OLE color: 11337455.

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

Color convert

RGB239254172-
CMYK0.0600.320.00
HSL70.98º97.62%83.53%-
HSV(B)70.98º32.28%99.61%-
XYZ78.4892.2152.69-
YUV240.1789.53127.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=35.94%
G=38.20%
B=25.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541720.0600.320.0070.9897.6283.53
HexEFFEAC60200476254
Octal35737625460400107142124
Binary11101111111111101010110011001000000100011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEAC; }

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

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

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

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

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

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

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

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