Html Css Color HEX #EDFAA8 Australian Mint

📋 copy color: '#EDFAA8'

red 237 ◦ green 250 ◦ blue 168

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

Shades of Australian Mint #EDFAA8

Tints of Australian Mint #EDFAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.65%

R = 36.18%
G = 38.17%
B = 25.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#EDFAA8 (or 0xEDFAA8) is known color: Australian Mint. HEX triplet: ED, FA and A8. RGB value is (237,250,168). Sum of RGB (Red+Green+Blue) = 237+250+168=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA8 is #120557. Grayscale: #EDEDED. Windows color (decimal): -1181016 or 11074285. OLE color: 11074285.

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

Color convert

RGB 237 250 168 -
CMYK 0.05 0 0.33 0.02
HSL 69.51º 0.89% 0.82% -
HSV(B) 69.51º 0.33% 0.98% -
XYZ 76.18 89.2 50.25 -
YUV 236.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 237 250 168 0.05 0 0.33 0.02 69.51 0.89 0.82
Hex ED FA A8 5 0 21 2 46 59 52
Octal 355 372 250 5 0 41 2 106 131 122
Binary 11101101 11111010 10101000 101 0 100001 10 1000110 1011001 1010010

Color Harmonies of #EDFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAA8

Black with #EDFAA8

Text Example


Text Example

White with #EDFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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