#EBFC9C

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

Shades of Australian Mint #EBFC9C

Tints of Australian Mint #EBFC9C

Color information

#EBFC9C (or 0xEBFC9C) is unknown color: approx Australian Mint. HEX triplet: EB, FC and 9C. RGB value is (235,252,156). Sum of RGB (Red+Green+Blue) = 235+252+156=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 156 (61.33% from 255 or 24.26% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFC9C is #140363. Grayscale: #ECECEC. Windows color (decimal): -1311588 or 10288363. OLE color: 10288363.

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

Color convert

RGB235252156-
CMYK0.0700.380.01
HSL70.62º94.12%80%-
HSV(B)70.62º38.1%98.82%-
XYZ75.0789.6844.81-
YUV235.9782.87127.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 156 (61.33% from 255) = 24.26%
R=36.55%
G=39.19%
B=24.26%

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
Decimal2352521560.0700.380.0170.6294.1280
HexEBFC9C70261475e50
Octal35337423470461107136120
Binary11101011111111001001110011101001101100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFC9C; }

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

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

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

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

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

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

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

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