#EBFEA0

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

Shades of Australian Mint #EBFEA0

Tints of Australian Mint #EBFEA0

Color information

#EBFEA0 (or 0xEBFEA0) is unknown color: approx Australian Mint. HEX triplet: EB, FE and A0. RGB value is (235,254,160). Sum of RGB (Red+Green+Blue) = 235+254+160=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 160 (62.89% from 255 or 24.65% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFEA0 is #14015F. Grayscale: #EDEDED. Windows color (decimal): -1311072 or 10551019. OLE color: 10551019.

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

Color convert

RGB235254160-
CMYK0.0700.370.00
HSL72.13º97.92%81.18%-
HSV(B)72.13º37.01%99.61%-
XYZ76.0591.0846.83-
YUV237.684.21126.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 254 (99.61% from 255) = 39.14%
BLUE value IS 160 (62.89% from 255) = 24.65%
R=36.21%
G=39.14%
B=24.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541600.0700.370.0072.1397.9281.18
HexEBFEA070250486251
Octal35337624070450110142121
Binary11101011111111101010000011101001010100100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEA0; }

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

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

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

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

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

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

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

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