#EBF9A4

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

Shades of Australian Mint #EBF9A4

Tints of Australian Mint #EBF9A4

Color information

#EBF9A4 (or 0xEBF9A4) is unknown color: approx Australian Mint. HEX triplet: EB, F9 and A4. RGB value is (235,249,164). Sum of RGB (Red+Green+Blue) = 235+249+164=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 164 (64.45% from 255 or 25.31% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF9A4 is #14065B. Grayscale: #EBEBEB. Windows color (decimal): -1312348 or 10811883. OLE color: 10811883.

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

Color convert

RGB235249164-
CMYK0.0600.340.02
HSL69.88º87.63%80.98%-
HSV(B)69.88º34.14%97.65%-
XYZ74.8488.0948.18-
YUV235.1287.86127.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 249 (97.66% from 255) = 38.43%
BLUE value IS 164 (64.45% from 255) = 25.31%
R=36.27%
G=38.43%
B=25.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491640.0600.340.0269.8887.6380.98
HexEBF9A460222465851
Octal35337124460422106130121
Binary111010111111100110100100110010001010100011010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9A4; }

 p { color: rgb(235,249,164); }

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

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

 a { background-color: rgb(235,249,164); }

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

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

 span { border-color: rgb(235,249,164); }

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