#EBFBA9

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

Shades of Australian Mint #EBFBA9

Tints of Australian Mint #EBFBA9

Color information

#EBFBA9 (or 0xEBFBA9) is unknown color: approx Australian Mint. HEX triplet: EB, FB and A9. RGB value is (235,251,169). Sum of RGB (Red+Green+Blue) = 235+251+169=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 169 (66.41% from 255 or 25.80% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBA9 is #140456. Grayscale: #EDEDED. Windows color (decimal): -1311831 or 11140075. OLE color: 11140075.

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

Color convert

RGB235251169-
CMYK0.0600.330.02
HSL71.71º91.11%82.35%-
HSV(B)71.71º32.67%98.43%-
XYZ75.9289.5250.81-
YUV236.8789.7126.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 169 (66.41% from 255) = 25.80%
R=35.88%
G=38.32%
B=25.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511690.0600.330.0271.7191.1182.35
HexEBFBA960212485b52
Octal35337325160412110133122
Binary111010111111101110101001110010000110100100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBA9; }

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

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

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

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

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

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

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

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