#EFFFAD

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

Shades of Australian Mint #EFFFAD

Tints of Australian Mint #EFFFAD

Color information

#EFFFAD (or 0xEFFFAD) is unknown color: approx Australian Mint. HEX triplet: EF, FF and AD. RGB value is (239,255,173). Sum of RGB (Red+Green+Blue) = 239+255+173=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAD is #100052. Grayscale: #F1F1F1. Windows color (decimal): -1048659 or 11403247. OLE color: 11403247.

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

Color convert

RGB239255173-
CMYK0.0600.320
HSL71.71º100%83.92%-
HSV(B)71.71º32.16%100%-
XYZ78.992.8953.31-
YUV240.8789.7126.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=35.83%
G=38.23%
B=25.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551730.0600.32071.7110083.92
HexEFFFAD60200486454
Octal35737725560400110144124
Binary11101111111111111010110111001000000100100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFAD; }

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

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

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

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

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

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

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

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