#EDF1AB

Color #EDF1AB Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EDF1AB

Tints of Australian Mint #EDF1AB

Color information

#EDF1AB (or 0xEDF1AB) is unknown color: approx Australian Mint. HEX triplet: ED, F1 and AB. RGB value is (237,241,171). Sum of RGB (Red+Green+Blue) = 237+241+171=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1AB is #120E54. Grayscale: #E8E8E8. Windows color (decimal): -1183317 or 11268589. OLE color: 11268589.

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

Color convert

RGB237241171-
CMYK0.0200.290.05
HSL63.43º71.43%80.78%-
HSV(B)63.43º29.05%94.51%-
XYZ73.7383.8650.83-
YUV231.8293.67131.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.52%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 171 (67.19% from 255) = 26.35%
R=36.52%
G=37.13%
B=26.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411710.0200.290.0563.4371.4380.78
HexEDF1AB201D53f4751
Octal3553612532035577107121
Binary1110110111110001101010111001110110111111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1AB; }

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

 H1.HeaderClassName
 {
   color: #EDF1AB;
 }
 .AnyTagClassName
 {
   color: #EDF1AB;
 }
</style>
background-color css

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

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

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

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

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

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