#EBFEA5

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

Shades of Australian Mint #EBFEA5

Tints of Australian Mint #EBFEA5

Color information

#EBFEA5 (or 0xEBFEA5) is unknown color: approx Australian Mint. HEX triplet: EB, FE and A5. RGB value is (235,254,165). Sum of RGB (Red+Green+Blue) = 235+254+165=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 165 (64.84% from 255 or 25.23% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFEA5 is #14015A. Grayscale: #EEEEEE. Windows color (decimal): -1311067 or 10878699. OLE color: 10878699.

HSL color Cylindrical-coordinate representation of color #EBFEA5: hue angle of 72.81º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBFEA5 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB235254165-
CMYK0.0700.350.00
HSL72.81º97.8%82.16%-
HSV(B)72.81º35.04%99.61%-
XYZ76.4991.2649.18-
YUV238.1786.71125.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 165 (64.84% from 255) = 25.23%
R=35.93%
G=38.84%
B=25.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541650.0700.350.0072.8197.882.16
HexEBFEA570230496252
Octal35337624570430111142122
Binary11101011111111101010010111101000110100100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEA5; }

 p { color: rgb(235,254,165); }

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

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

 a { background-color: rgb(235,254,165); }

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

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

 span { border-color: rgb(235,254,165); }

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