#EFF7AA

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

Shades of Australian Mint #EFF7AA

Tints of Australian Mint #EFF7AA

Color information

#EFF7AA (or 0xEFF7AA) is unknown color: approx Australian Mint. HEX triplet: EF, F7 and AA. RGB value is (239,247,170). Sum of RGB (Red+Green+Blue) = 239+247+170=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF7AA is #100855. Grayscale: #ECECEC. Windows color (decimal): -1050710 or 11204591. OLE color: 11204591.

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

Color convert

RGB239247170-
CMYK0.0300.310.03
HSL66.23º82.8%81.76%-
HSV(B)66.23º31.17%96.86%-
XYZ76.1187.7750.96-
YUV235.8390.85130.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 170 (66.80% from 255) = 25.91%
R=36.43%
G=37.65%
B=25.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392471700.0300.310.0366.2382.881.76
HexEFF7AA301F3425352
Octal35736725230373102123122
Binary1110111111110111101010101101111111100001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7AA; }

 p { color: rgb(239,247,170); }

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

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

 a { background-color: rgb(239,247,170); }

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

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

 span { border-color: rgb(239,247,170); }

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