Html Css Color HEX #EDFAA1 Australian Mint

📋 copy color: '#EDFAA1'

red 237 ◦ green 250 ◦ blue 161

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

Shades of Australian Mint #EDFAA1

Tints of Australian Mint #EDFAA1

RGB

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

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

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

R = 36.57%
G = 38.58%
B = 24.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#EDFAA1 (or 0xEDFAA1) is known color: Australian Mint. HEX triplet: ED, FA and A1. RGB value is (237,250,161). Sum of RGB (Red+Green+Blue) = 237+250+161=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAA1 is #12055E. Grayscale: #ECECEC. Windows color (decimal): -1181023 or 10615533. OLE color: 10615533.

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

Color convert

RGB 237 250 161 -
CMYK 0.05 0 0.36 0.02
HSL 68.76º 0.9% 0.81% -
HSV(B) 68.76º 0.36% 0.98% -
XYZ 75.54 88.95 46.91 -
YUV 235.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 237 250 161 0.05 0 0.36 0.02 68.76 0.9 0.81
Hex ED FA A1 5 0 24 2 45 5A 51
Octal 355 372 241 5 0 44 2 105 132 121
Binary 11101101 11111010 10100001 101 0 100100 10 1000101 1011010 1010001

Color Harmonies of #EDFAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAA1

Black with #EDFAA1

Text Example


Text Example

White with #EDFAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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