Html Css Color HEX #EDFCA8 Australian Mint

📋 copy color: '#EDFCA8'

red 237 ◦ green 252 ◦ blue 168

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

Shades of Australian Mint #EDFCA8

Tints of Australian Mint #EDFCA8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.36%

 BLUE value IS 168 (66.02% from 255) = 25.57%

R = 36.07%
G = 38.36%
B = 25.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#EDFCA8 (or 0xEDFCA8) is known color: Australian Mint. HEX triplet: ED, FC and A8. RGB value is (237,252,168). Sum of RGB (Red+Green+Blue) = 237+252+168=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFCA8 is #120357. Grayscale: #EEEEEE. Windows color (decimal): -1180504 or 11074797. OLE color: 11074797.

HSL color Cylindrical-coordinate representation of color #EDFCA8: hue angle of 70.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDFCA8 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 168 -
CMYK 0.06 0 0.33 0.01
HSL 70.71º 0.93% 0.82% -
HSV(B) 70.71º 0.33% 0.99% -
XYZ 76.8 90.45 50.46 -
YUV 237.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 237 252 168 0.06 0 0.33 0.01 70.71 0.93 0.82
Hex ED FC A8 6 0 21 1 47 5D 52
Octal 355 374 250 6 0 41 1 107 135 122
Binary 11101101 11111100 10101000 110 0 100001 1 1000111 1011101 1010010

Color Harmonies of #EDFCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCA8

Black with #EDFCA8

Text Example


Text Example

White with #EDFCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCA8; }

 p { color: rgb(237,252,168); }

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

background-color css

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

 a { background-color: rgb(237,252,168); }

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

border-color css

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

 span { border-color: rgb(237,252,168); }

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