Html Css Color HEX #EDFAA2 Australian Mint

📋 copy color: '#EDFAA2'

red 237 ◦ green 250 ◦ blue 162

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

Shades of Australian Mint #EDFAA2

Tints of Australian Mint #EDFAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.96%

R = 36.52%
G = 38.52%
B = 24.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#EDFAA2 (or 0xEDFAA2) is known color: Australian Mint. HEX triplet: ED, FA and A2. RGB value is (237,250,162). Sum of RGB (Red+Green+Blue) = 237+250+162=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA2 is #12055D. Grayscale: #ECECEC. Windows color (decimal): -1181022 or 10681069. OLE color: 10681069.

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

Color convert

RGB 237 250 162 -
CMYK 0.05 0 0.35 0.02
HSL 68.86º 0.9% 0.81% -
HSV(B) 68.86º 0.35% 0.98% -
XYZ 75.63 88.98 47.37 -
YUV 236.08 86.19 128.66 -
System Red Green Blue C M Y K H S L
Decimal 237 250 162 0.05 0 0.35 0.02 68.86 0.9 0.81
Hex ED FA A2 5 0 23 2 45 5A 51
Octal 355 372 242 5 0 43 2 105 132 121
Binary 11101101 11111010 10100010 101 0 100011 10 1000101 1011010 1010001

Color Harmonies of #EDFAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAA2

Black with #EDFAA2

Text Example


Text Example

White with #EDFAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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