#EBFC9E

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

Shades of Australian Mint #EBFC9E

Tints of Australian Mint #EBFC9E

Color information

#EBFC9E (or 0xEBFC9E) is unknown color: approx Australian Mint. HEX triplet: EB, FC and 9E. RGB value is (235,252,158). Sum of RGB (Red+Green+Blue) = 235+252+158=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 158 (62.11% from 255 or 24.50% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFC9E is #140361. Grayscale: #ECECEC. Windows color (decimal): -1311586 or 10419435. OLE color: 10419435.

HSL color Cylindrical-coordinate representation of color #EBFC9E: hue angle of 70.85º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBFC9E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB235252158-
CMYK0.0700.370.01
HSL70.85º94%80.39%-
HSV(B)70.85º37.3%98.82%-
XYZ75.2489.7545.71-
YUV236.283.87127.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 252 (98.83% from 255) = 39.07%
BLUE value IS 158 (62.11% from 255) = 24.50%
R=36.43%
G=39.07%
B=24.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352521580.0700.370.0170.859480.39
HexEBFC9E70251475e50
Octal35337423670451107136120
Binary11101011111111001001111011101001011100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFC9E; }

 p { color: rgb(235,252,158); }

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

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

 a { background-color: rgb(235,252,158); }

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

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

 span { border-color: rgb(235,252,158); }

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