Html Css Color HEX #EDF9AB Australian Mint

📋 copy color: '#EDF9AB'

red 237 ◦ green 249 ◦ blue 171

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

Shades of Australian Mint #EDF9AB

Tints of Australian Mint #EDF9AB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 171 (67.19% from 255) = 26.03%

R = 36.07%
G = 37.9%
B = 26.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#EDF9AB (or 0xEDF9AB) is known color: Australian Mint. HEX triplet: ED, F9 and AB. RGB value is (237,249,171). Sum of RGB (Red+Green+Blue) = 237+249+171=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AB is #120654. Grayscale: #ECECEC. Windows color (decimal): -1181269 or 11270637. OLE color: 11270637.

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

Color convert

RGB 237 249 171 -
CMYK 0.05 0 0.31 0.02
HSL 69.23º 0.87% 0.82% -
HSV(B) 69.23º 0.31% 0.98% -
XYZ 76.15 88.7 51.63 -
YUV 236.52 91.02 128.34 -
System Red Green Blue C M Y K H S L
Decimal 237 249 171 0.05 0 0.31 0.02 69.23 0.87 0.82
Hex ED F9 AB 5 0 1F 2 45 57 52
Octal 355 371 253 5 0 37 2 105 127 122
Binary 11101101 11111001 10101011 101 0 11111 10 1000101 1010111 1010010

Color Harmonies of #EDF9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9AB

Black with #EDF9AB

Text Example


Text Example

White with #EDF9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9AB; }

 p { color: rgb(237,249,171); }

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

background-color css

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

 a { background-color: rgb(237,249,171); }

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

border-color css

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

 span { border-color: rgb(237,249,171); }

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