Html Css Color HEX #EDF4A2 Australian Mint

📋 copy color: '#EDF4A2'

red 237 ◦ green 244 ◦ blue 162

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

Shades of Australian Mint #EDF4A2

Tints of Australian Mint #EDF4A2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.95%

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

R = 36.86%
G = 37.95%
B = 25.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#EDF4A2 (or 0xEDF4A2) is known color: Australian Mint. HEX triplet: ED, F4 and A2. RGB value is (237,244,162). Sum of RGB (Red+Green+Blue) = 237+244+162=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 162 (63.67% from 255 or 25.19% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4A2 is #120B5D. Grayscale: #E8E8E8. Windows color (decimal): -1182558 or 10679533. OLE color: 10679533.

HSL color Cylindrical-coordinate representation of color #EDF4A2: hue angle of 65.12º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDF4A2 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 162 -
CMYK 0.03 0 0.34 0.04
HSL 65.12º 0.79% 0.8% -
HSV(B) 65.12º 0.34% 0.96% -
XYZ 73.8 85.31 46.76 -
YUV 232.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 237 244 162 0.03 0 0.34 0.04 65.12 0.79 0.8
Hex ED F4 A2 3 0 22 4 41 4F 50
Octal 355 364 242 3 0 42 4 101 117 120
Binary 11101101 11110100 10100010 11 0 100010 100 1000001 1001111 1010000

Color Harmonies of #EDF4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4A2

Black with #EDF4A2

Text Example


Text Example

White with #EDF4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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