#EBFDA9

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

Shades of Australian Mint #EBFDA9

Tints of Australian Mint #EBFDA9

Color information

#EBFDA9 (or 0xEBFDA9) is unknown color: approx Australian Mint. HEX triplet: EB, FD and A9. RGB value is (235,253,169). Sum of RGB (Red+Green+Blue) = 235+253+169=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 169 (66.41% from 255 or 25.72% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA9 is #140256. Grayscale: #EEEEEE. Windows color (decimal): -1311319 or 11140587. OLE color: 11140587.

HSL color Cylindrical-coordinate representation of color #EBFDA9: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBFDA9 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB235253169-
CMYK0.0700.330.01
HSL72.86º95.45%82.75%-
HSV(B)72.86º33.2%99.22%-
XYZ76.5590.7851.02-
YUV238.0489.04125.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 169 (66.41% from 255) = 25.72%
R=35.77%
G=38.51%
B=25.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352531690.0700.330.0172.8695.4582.75
HexEBFDA970211495f53
Octal35337525170411111137123
Binary11101011111111011010100111101000011100100110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFDA9; }

 p { color: rgb(235,253,169); }

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

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

 a { background-color: rgb(235,253,169); }

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

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

 span { border-color: rgb(235,253,169); }

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