#EDF3AB

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

Shades of Australian Mint #EDF3AB

Tints of Australian Mint #EDF3AB

Color information

#EDF3AB (or 0xEDF3AB) is unknown color: approx Australian Mint. HEX triplet: ED, F3 and AB. RGB value is (237,243,171). Sum of RGB (Red+Green+Blue) = 237+243+171=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF3AB is #120C54. Grayscale: #E9E9E9. Windows color (decimal): -1182805 or 11269101. OLE color: 11269101.

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

Color convert

RGB237243171-
CMYK0.0200.300.05
HSL65º75%81.18%-
HSV(B)65º29.63%95.29%-
XYZ74.3385.0551.03-
YUV23393.01130.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.41%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=36.41%
G=37.33%
B=26.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431710.0200.300.05657581.18
HexEDF3AB201E5414b51
Octal35536325320365101113121
Binary11101101111100111010101110011110101100000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3AB; }

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

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

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

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

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

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

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

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