Html Css Color HEX #EDFEA1 Australian Mint

📋 copy color: '#EDFEA1'

red 237 ◦ green 254 ◦ blue 161

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

Shades of Australian Mint #EDFEA1

Tints of Australian Mint #EDFEA1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.96%

 BLUE value IS 161 (63.28% from 255) = 24.69%

R = 36.35%
G = 38.96%
B = 24.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#EDFEA1 (or 0xEDFEA1) is known color: Australian Mint. HEX triplet: ED, FE and A1. RGB value is (237,254,161). Sum of RGB (Red+Green+Blue) = 237+254+161=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 161 (63.28% from 255 or 24.69% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFEA1 is #12015E. Grayscale: #EEEEEE. Windows color (decimal): -1179999 or 10616557. OLE color: 10616557.

HSL color Cylindrical-coordinate representation of color #EDFEA1: hue angle of 70.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDFEA1 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 161 -
CMYK 0.07 0 0.37 0.00
HSL 70.97º 0.98% 0.81% -
HSV(B) 70.97º 0.37% 1% -
XYZ 76.8 91.46 47.32 -
YUV 238.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 237 254 161 0.07 0 0.37 0.00 70.97 0.98 0.81
Hex ED FE A1 7 0 25 0 47 62 51
Octal 355 376 241 7 0 45 0 107 142 121
Binary 11101101 11111110 10100001 111 0 100101 0 1000111 1100010 1010001

Color Harmonies of #EDFEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEA1

Black with #EDFEA1

Text Example


Text Example

White with #EDFEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEA1; }

 p { color: rgb(237,254,161); }

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

background-color css

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

 a { background-color: rgb(237,254,161); }

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

border-color css

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

 span { border-color: rgb(237,254,161); }

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