#EFF8AD

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

Shades of Australian Mint #EFF8AD

Tints of Australian Mint #EFF8AD

Color information

#EFF8AD (or 0xEFF8AD) is unknown color: approx Australian Mint. HEX triplet: EF, F8 and AD. RGB value is (239,248,173). Sum of RGB (Red+Green+Blue) = 239+248+173=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AD is #100752. Grayscale: #EDEDED. Windows color (decimal): -1050451 or 11401455. OLE color: 11401455.

HSL color Cylindrical-coordinate representation of color #EFF8AD: hue angle of 67.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF8AD is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB239248173-
CMYK0.0400.300.03
HSL67.2º84.27%82.55%-
HSV(B)67.2º30.24%97.25%-
XYZ76.7188.552.58-
YUV236.7692.02129.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 248 (97.27% from 255) = 37.58%
BLUE value IS 173 (67.97% from 255) = 26.21%
R=36.21%
G=37.58%
B=26.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392481730.0400.300.0367.284.2782.55
HexEFF8AD401E3435453
Octal35737025540363103124123
Binary11101111111110001010110110001111011100001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8AD; }

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

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

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

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

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

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

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

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