Html Css Color HEX #EDFC9F Australian Mint

📋 copy color: '#EDFC9F'

red 237 ◦ green 252 ◦ blue 159

#EDFC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EDFC9F

Tints of Australian Mint #EDFC9F

RGB

 RED value IS 237 (92.97% from 255) = 36.57%

 GREEN value IS 252 (98.83% from 255) = 38.89%

 BLUE value IS 159 (62.5% from 255) = 24.54%

R = 36.57%
G = 38.89%
B = 24.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#EDFC9F (or 0xEDFC9F) is known color: Australian Mint. HEX triplet: ED, FC and 9F. RGB value is (237,252,159). Sum of RGB (Red+Green+Blue) = 237+252+159=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFC9F is #120360. Grayscale: #EDEDED. Windows color (decimal): -1180513 or 10484973. OLE color: 10484973.

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

Color convert

RGB 237 252 159 -
CMYK 0.06 0 0.37 0.01
HSL 69.68º 0.94% 0.81% -
HSV(B) 69.68º 0.37% 0.99% -
XYZ 75.99 90.13 46.19 -
YUV 236.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 237 252 159 0.06 0 0.37 0.01 69.68 0.94 0.81
Hex ED FC 9F 6 0 25 1 46 5E 51
Octal 355 374 237 6 0 45 1 106 136 121
Binary 11101101 11111100 10011111 110 0 100101 1 1000110 1011110 1010001

Color Harmonies of #EDFC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC9F

Black with #EDFC9F

Text Example


Text Example

White with #EDFC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC9F; }

 p { color: rgb(237,252,159); }

 H1.HeaderClassName
 {
   color: #EDFC9F;
 }
 .AnyTagClassName
 {
   color: #EDFC9F;
 }
</style>

background-color css

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

 a { background-color: rgb(237,252,159); }

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

border-color css

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

 span { border-color: rgb(237,252,159); }

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