#EBFD9E

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

Shades of Australian Mint #EBFD9E

Tints of Australian Mint #EBFD9E

Color information

#EBFD9E (or 0xEBFD9E) is unknown color: approx Australian Mint. HEX triplet: EB, FD and 9E. RGB value is (235,253,158). Sum of RGB (Red+Green+Blue) = 235+253+158=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 158 (62.11% from 255 or 24.46% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFD9E is #140261. Grayscale: #EDEDED. Windows color (decimal): -1311330 or 10419691. OLE color: 10419691.

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

Color convert

RGB235253158-
CMYK0.0700.380.01
HSL71.37º95.96%80.59%-
HSV(B)71.37º37.55%99.22%-
XYZ75.5690.3845.81-
YUV236.7983.54126.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 158 (62.11% from 255) = 24.46%
R=36.38%
G=39.16%
B=24.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531580.0700.380.0171.3795.9680.59
HexEBFD9E70261476051
Octal35337523670461107140121
Binary11101011111111011001111011101001101100011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFD9E; }

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

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

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

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

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

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

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

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