#EBFA9D

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

Shades of Australian Mint #EBFA9D

Tints of Australian Mint #EBFA9D

Color information

#EBFA9D (or 0xEBFA9D) is unknown color: approx Australian Mint. HEX triplet: EB, FA and 9D. RGB value is (235,250,157). Sum of RGB (Red+Green+Blue) = 235+250+157=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 157 (61.72% from 255 or 24.45% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA9D is #140562. Grayscale: #EBEBEB. Windows color (decimal): -1312099 or 10353387. OLE color: 10353387.

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

Color convert

RGB235250157-
CMYK0.0600.370.02
HSL69.68º90.29%79.8%-
HSV(B)69.68º37.2%98.04%-
XYZ74.5388.4745.05-
YUV234.9184.03128.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 157 (61.72% from 255) = 24.45%
R=36.60%
G=38.94%
B=24.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501570.0600.370.0269.6890.2979.8
HexEBFA9D60252465a50
Octal35337223560452106132120
Binary111010111111101010011101110010010110100011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA9D; }

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

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

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

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

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

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

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

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