Html Css Color HEX #EDF2AA Australian Mint

📋 copy color: '#EDF2AA'

red 237 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #EDF2AA

Tints of Australian Mint #EDF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 36.52%
G = 37.29%
B = 26.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EDF2AA (or 0xEDF2AA) is known color: Australian Mint. HEX triplet: ED, F2 and AA. RGB value is (237,242,170). Sum of RGB (Red+Green+Blue) = 237+242+170=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF2AA is #120D55. Grayscale: #E8E8E8. Windows color (decimal): -1183062 or 11203309. OLE color: 11203309.

HSL color Cylindrical-coordinate representation of color #EDF2AA: hue angle of 64.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF2AA is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 170 -
CMYK 0.02 0 0.30 0.05
HSL 64.17º 0.73% 0.81% -
HSV(B) 64.17º 0.3% 0.95% -
XYZ 73.93 84.41 50.43 -
YUV 232.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 237 242 170 0.02 0 0.30 0.05 64.17 0.73 0.81
Hex ED F2 AA 2 0 1E 5 40 49 51
Octal 355 362 252 2 0 36 5 100 111 121
Binary 11101101 11110010 10101010 10 0 11110 101 1000000 1001001 1010001

Color Harmonies of #EDF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2AA

Black with #EDF2AA

Text Example


Text Example

White with #EDF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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