Html Css Color HEX #EDF9AA Australian Mint

📋 copy color: '#EDF9AA'

red 237 ◦ green 249 ◦ blue 170

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

Shades of Australian Mint #EDF9AA

Tints of Australian Mint #EDF9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.96%

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

R = 36.13%
G = 37.96%
B = 25.91%

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

#EDF9AA (or 0xEDF9AA) is known color: Australian Mint. HEX triplet: ED, F9 and AA. RGB value is (237,249,170). Sum of RGB (Red+Green+Blue) = 237+249+170=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AA is #120655. Grayscale: #ECECEC. Windows color (decimal): -1181270 or 11205101. OLE color: 11205101.

HSL color Cylindrical-coordinate representation of color #EDF9AA: hue angle of 69.11º degrees, saturation: 0.87, 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 #EDF9AA is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 170 -
CMYK 0.05 0 0.32 0.02
HSL 69.11º 0.87% 0.82% -
HSV(B) 69.11º 0.32% 0.98% -
XYZ 76.06 88.66 51.13 -
YUV 236.41 90.52 128.42 -
System Red Green Blue C M Y K H S L
Decimal 237 249 170 0.05 0 0.32 0.02 69.11 0.87 0.82
Hex ED F9 AA 5 0 20 2 45 57 52
Octal 355 371 252 5 0 40 2 105 127 122
Binary 11101101 11111001 10101010 101 0 100000 10 1000101 1010111 1010010

Color Harmonies of #EDF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9AA

Black with #EDF9AA

Text Example


Text Example

White with #EDF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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