#EDF9AF

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

Shades of Australian Mint #EDF9AF

Tints of Australian Mint #EDF9AF

Color information

#EDF9AF (or 0xEDF9AF) is unknown color: approx Australian Mint. HEX triplet: ED, F9 and AF. RGB value is (237,249,175). Sum of RGB (Red+Green+Blue) = 237+249+175=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 175 (68.75% from 255 or 26.48% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF9AF is #120650. Grayscale: #EDEDED. Windows color (decimal): -1181265 or 11532781. OLE color: 11532781.

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

Color convert

RGB237249175-
CMYK0.0500.300.02
HSL69.73º86.05%83.14%-
HSV(B)69.73º29.72%97.65%-
XYZ76.5488.8553.67-
YUV236.9893.02128.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 175 (68.75% from 255) = 26.48%
R=35.85%
G=37.67%
B=26.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372491750.0500.300.0269.7386.0583.14
HexEDF9AF501E2465653
Octal35537125750362106126123
Binary11101101111110011010111110101111010100011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9AF; }

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

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

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

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

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

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

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

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