#EDFEB0

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

Shades of Australian Mint #EDFEB0

Tints of Australian Mint #EDFEB0

Color information

#EDFEB0 (or 0xEDFEB0) is unknown color: approx Australian Mint. HEX triplet: ED, FE and B0. RGB value is (237,254,176). Sum of RGB (Red+Green+Blue) = 237+254+176=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 176 (69.14% from 255 or 26.39% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEB0 is #12014F. Grayscale: #F0F0F0. Windows color (decimal): -1179984 or 11599597. OLE color: 11599597.

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

Color convert

RGB237254176-
CMYK0.0700.310.00
HSL73.08º97.5%84.31%-
HSV(B)73.08º30.71%99.61%-
XYZ78.292.0254.71-
YUV240.0291.87125.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 176 (69.14% from 255) = 26.39%
R=35.53%
G=38.08%
B=26.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541760.0700.310.0073.0897.584.31
HexEDFEB0701F0496254
Octal35537626070370111142124
Binary1110110111111110101100001110111110100100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEB0; }

 p { color: rgb(237,254,176); }

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

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

 a { background-color: rgb(237,254,176); }

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

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

 span { border-color: rgb(237,254,176); }

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