Html Css Color HEX #EDFAA9 Australian Mint

📋 copy color: '#EDFAA9'

red 237 ◦ green 250 ◦ blue 169

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

Shades of Australian Mint #EDFAA9

Tints of Australian Mint #EDFAA9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.11%

 BLUE value IS 169 (66.41% from 255) = 25.76%

R = 36.13%
G = 38.11%
B = 25.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#EDFAA9 (or 0xEDFAA9) is known color: Australian Mint. HEX triplet: ED, FA and A9. RGB value is (237,250,169). Sum of RGB (Red+Green+Blue) = 237+250+169=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 169 (66.41% from 255 or 25.76% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA9 is #120556. Grayscale: #EDEDED. Windows color (decimal): -1181015 or 11139821. OLE color: 11139821.

HSL color Cylindrical-coordinate representation of color #EDFAA9: hue angle of 69.63º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFAA9 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 169 -
CMYK 0.05 0 0.32 0.02
HSL 69.63º 0.89% 0.82% -
HSV(B) 69.63º 0.32% 0.98% -
XYZ 76.27 89.24 50.74 -
YUV 236.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 237 250 169 0.05 0 0.32 0.02 69.63 0.89 0.82
Hex ED FA A9 5 0 20 2 46 59 52
Octal 355 372 251 5 0 40 2 106 131 122
Binary 11101101 11111010 10101001 101 0 100000 10 1000110 1011001 1010010

Color Harmonies of #EDFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAA9

Black with #EDFAA9

Text Example


Text Example

White with #EDFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAA9; }

 p { color: rgb(237,250,169); }

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

background-color css

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

 a { background-color: rgb(237,250,169); }

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

border-color css

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

 span { border-color: rgb(237,250,169); }

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