Html Css Color HEX #EDF4AB Australian Mint

📋 copy color: '#EDF4AB'

red 237 ◦ green 244 ◦ blue 171

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

Shades of Australian Mint #EDF4AB

Tints of Australian Mint #EDF4AB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.42%

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

R = 36.35%
G = 37.42%
B = 26.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#EDF4AB (or 0xEDF4AB) is known color: Australian Mint. HEX triplet: ED, F4 and AB. RGB value is (237,244,171). Sum of RGB (Red+Green+Blue) = 237+244+171=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF4AB is #120B54. Grayscale: #E9E9E9. Windows color (decimal): -1182549 or 11269357. OLE color: 11269357.

HSL color Cylindrical-coordinate representation of color #EDF4AB: hue angle of 65.75º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDF4AB is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 171 -
CMYK 0.03 0 0.30 0.04
HSL 65.75º 0.77% 0.81% -
HSV(B) 65.75º 0.3% 0.96% -
XYZ 74.63 85.65 51.13 -
YUV 233.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 237 244 171 0.03 0 0.30 0.04 65.75 0.77 0.81
Hex ED F4 AB 3 0 1E 4 42 4D 51
Octal 355 364 253 3 0 36 4 102 115 121
Binary 11101101 11110100 10101011 11 0 11110 100 1000010 1001101 1010001

Color Harmonies of #EDF4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4AB

Black with #EDF4AB

Text Example


Text Example

White with #EDF4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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