#EBFA9E

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

Shades of Australian Mint #EBFA9E

Tints of Australian Mint #EBFA9E

Color information

#EBFA9E (or 0xEBFA9E) is unknown color: approx Australian Mint. HEX triplet: EB, FA and 9E. RGB value is (235,250,158). Sum of RGB (Red+Green+Blue) = 235+250+158=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA9E is #140561. Grayscale: #EBEBEB. Windows color (decimal): -1312098 or 10418923. OLE color: 10418923.

HSL color Cylindrical-coordinate representation of color #EBFA9E: hue angle of 69.78º 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 #EBFA9E is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB235250158-
CMYK0.0600.370.02
HSL69.78º90.2%80%-
HSV(B)69.78º36.8%98.04%-
XYZ74.6288.545.5-
YUV235.0384.53127.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 158 (62.11% from 255) = 24.57%
R=36.55%
G=38.88%
B=24.57%

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
Decimal2352501580.0600.370.0269.7890.280
HexEBFA9E60252465a50
Octal35337223660452106132120
Binary111010111111101010011110110010010110100011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA9E; }

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

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

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

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

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

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

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

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