Html Css Color HEX #EDF1A3 Australian Mint

📋 copy color: '#EDF1A3'

red 237 ◦ green 241 ◦ blue 163

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

Shades of Australian Mint #EDF1A3

Tints of Australian Mint #EDF1A3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

 BLUE value IS 163 (64.06% from 255) = 25.43%

R = 36.97%
G = 37.6%
B = 25.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#EDF1A3 (or 0xEDF1A3) is known color: Australian Mint. HEX triplet: ED, F1 and A3. RGB value is (237,241,163). Sum of RGB (Red+Green+Blue) = 237+241+163=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 163 (64.06% from 255 or 25.43% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A3 is #120E5C. Grayscale: #E7E7E7. Windows color (decimal): -1183325 or 10744301. OLE color: 10744301.

HSL color Cylindrical-coordinate representation of color #EDF1A3: hue angle of 63.08º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDF1A3 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 163 -
CMYK 0.02 0 0.32 0.05
HSL 63.08º 0.74% 0.79% -
HSV(B) 63.08º 0.32% 0.95% -
XYZ 72.99 83.56 46.93 -
YUV 230.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 237 241 163 0.02 0 0.32 0.05 63.08 0.74 0.79
Hex ED F1 A3 2 0 20 5 3F 4A 4F
Octal 355 361 243 2 0 40 5 77 112 117
Binary 11101101 11110001 10100011 10 0 100000 101 111111 1001010 1001111

Color Harmonies of #EDF1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1A3

Black with #EDF1A3

Text Example


Text Example

White with #EDF1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1A3; }

 p { color: rgb(237,241,163); }

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

background-color css

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

 a { background-color: rgb(237,241,163); }

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

border-color css

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

 span { border-color: rgb(237,241,163); }

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