Html Css Color HEX #EDFBAA Australian Mint

📋 copy color: '#EDFBAA'

red 237 ◦ green 251 ◦ blue 170

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

Shades of Australian Mint #EDFBAA

Tints of Australian Mint #EDFBAA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

 BLUE value IS 170 (66.8% from 255) = 25.84%

R = 36.02%
G = 38.15%
B = 25.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#EDFBAA (or 0xEDFBAA) is known color: Australian Mint. HEX triplet: ED, FB and AA. RGB value is (237,251,170). Sum of RGB (Red+Green+Blue) = 237+251+170=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFBAA is #120455. Grayscale: #EDEDED. Windows color (decimal): -1180758 or 11205613. OLE color: 11205613.

HSL color Cylindrical-coordinate representation of color #EDFBAA: hue angle of 70.37º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFBAA is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 170 -
CMYK 0.06 0 0.32 0.02
HSL 70.37º 0.91% 0.83% -
HSV(B) 70.37º 0.32% 0.98% -
XYZ 76.68 89.9 51.34 -
YUV 237.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 237 251 170 0.06 0 0.32 0.02 70.37 0.91 0.83
Hex ED FB AA 6 0 20 2 46 5B 53
Octal 355 373 252 6 0 40 2 106 133 123
Binary 11101101 11111011 10101010 110 0 100000 10 1000110 1011011 1010011

Color Harmonies of #EDFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBAA

Black with #EDFBAA

Text Example


Text Example

White with #EDFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBAA; }

 p { color: rgb(237,251,170); }

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

background-color css

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

 a { background-color: rgb(237,251,170); }

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

border-color css

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

 span { border-color: rgb(237,251,170); }

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