#EBF9A1

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

Shades of Australian Mint #EBF9A1

Tints of Australian Mint #EBF9A1

Color information

#EBF9A1 (or 0xEBF9A1) is unknown color: approx Australian Mint. HEX triplet: EB, F9 and A1. RGB value is (235,249,161). Sum of RGB (Red+Green+Blue) = 235+249+161=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 161 (63.28% from 255 or 24.96% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF9A1 is #14065E. Grayscale: #EBEBEB. Windows color (decimal): -1312351 or 10615275. OLE color: 10615275.

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

Color convert

RGB235249161-
CMYK0.0600.350.02
HSL69.55º88%80.39%-
HSV(B)69.55º35.34%97.65%-
XYZ74.5787.9946.77-
YUV234.7886.36128.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 161 (63.28% from 255) = 24.96%
R=36.43%
G=38.60%
B=24.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491610.0600.350.0269.558880.39
HexEBF9A160232465850
Octal35337124160432106130120
Binary111010111111100110100001110010001110100011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF9A1; }

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

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

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

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

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

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

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

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