Html Css Color HEX #EDF8AA Australian Mint

📋 copy color: '#EDF8AA'

red 237 ◦ green 248 ◦ blue 170

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

Shades of Australian Mint #EDF8AA

Tints of Australian Mint #EDF8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

 BLUE value IS 170 (66.8% from 255) = 25.95%

R = 36.18%
G = 37.86%
B = 25.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#EDF8AA (or 0xEDF8AA) is known color: Australian Mint. HEX triplet: ED, F8 and AA. RGB value is (237,248,170). Sum of RGB (Red+Green+Blue) = 237+248+170=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF8AA is #120755. Grayscale: #ECECEC. Windows color (decimal): -1181526 or 11204845. OLE color: 11204845.

HSL color Cylindrical-coordinate representation of color #EDF8AA: hue angle of 68.46º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDF8AA is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 170 -
CMYK 0.04 0 0.31 0.03
HSL 68.46º 0.85% 0.82% -
HSV(B) 68.46º 0.31% 0.97% -
XYZ 75.75 88.04 51.03 -
YUV 235.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 237 248 170 0.04 0 0.31 0.03 68.46 0.85 0.82
Hex ED F8 AA 4 0 1F 3 44 55 52
Octal 355 370 252 4 0 37 3 104 125 122
Binary 11101101 11111000 10101010 100 0 11111 11 1000100 1010101 1010010

Color Harmonies of #EDF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8AA

Black with #EDF8AA

Text Example


Text Example

White with #EDF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8AA; }

 p { color: rgb(237,248,170); }

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

background-color css

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

 a { background-color: rgb(237,248,170); }

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

border-color css

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

 span { border-color: rgb(237,248,170); }

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