#EDFD9E

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

Shades of Australian Mint #EDFD9E

Tints of Australian Mint #EDFD9E

Color information

#EDFD9E (or 0xEDFD9E) is unknown color: approx Australian Mint. HEX triplet: ED, FD and 9E. RGB value is (237,253,158). Sum of RGB (Red+Green+Blue) = 237+253+158=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 158 (62.11% from 255 or 24.38% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFD9E is #120261. Grayscale: #EDEDED. Windows color (decimal): -1180258 or 10419693. OLE color: 10419693.

HSL color Cylindrical-coordinate representation of color #EDFD9E: hue angle of 70.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDFD9E is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB237253158-
CMYK0.0600.380.01
HSL70.11º95.96%80.59%-
HSV(B)70.11º37.55%99.22%-
XYZ76.2290.7245.84-
YUV237.3983.2127.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 253 (99.22% from 255) = 39.04%
BLUE value IS 158 (62.11% from 255) = 24.38%
R=36.57%
G=39.04%
B=24.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531580.0600.380.0170.1195.9680.59
HexEDFD9E60261466051
Octal35537523660461106140121
Binary11101101111111011001111011001001101100011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD9E; }

 p { color: rgb(237,253,158); }

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

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

 a { background-color: rgb(237,253,158); }

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

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

 span { border-color: rgb(237,253,158); }

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