#EBFA9C

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

Shades of Australian Mint #EBFA9C

Tints of Australian Mint #EBFA9C

Color information

#EBFA9C (or 0xEBFA9C) is unknown color: approx Australian Mint. HEX triplet: EB, FA and 9C. RGB value is (235,250,156). Sum of RGB (Red+Green+Blue) = 235+250+156=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 156 (61.33% from 255 or 24.34% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA9C is #140563. Grayscale: #EBEBEB. Windows color (decimal): -1312100 or 10287851. OLE color: 10287851.

HSL color Cylindrical-coordinate representation of color #EBFA9C: hue angle of 69.57º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBFA9C is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB235250156-
CMYK0.0600.380.02
HSL69.57º90.38%79.61%-
HSV(B)69.57º37.6%98.04%-
XYZ74.4588.4344.6-
YUV234.883.53128.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 156 (61.33% from 255) = 24.34%
R=36.66%
G=39.00%
B=24.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501560.0600.380.0269.5790.3879.61
HexEBFA9C60262465a50
Octal35337223460462106132120
Binary111010111111101010011100110010011010100011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA9C; }

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

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

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

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

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

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

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

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