#EBFEA4

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

Shades of Australian Mint #EBFEA4

Tints of Australian Mint #EBFEA4

Color information

#EBFEA4 (or 0xEBFEA4) is unknown color: approx Australian Mint. HEX triplet: EB, FE and A4. RGB value is (235,254,164). Sum of RGB (Red+Green+Blue) = 235+254+164=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 164 (64.45% from 255 or 25.11% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFEA4 is #14015B. Grayscale: #EEEEEE. Windows color (decimal): -1311068 or 10813163. OLE color: 10813163.

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

Color convert

RGB235254164-
CMYK0.0700.350.00
HSL72.67º97.83%81.96%-
HSV(B)72.67º35.43%99.61%-
XYZ76.491.2348.7-
YUV238.0686.21125.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 164 (64.45% from 255) = 25.11%
R=35.99%
G=38.90%
B=25.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2352541640.0700.350.0072.6797.8381.96
HexEBFEA470230496252
Octal35337624470430111142122
Binary11101011111111101010010011101000110100100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFEA4; }

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

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

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

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

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

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

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

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