Html Css Color HEX #EDFFA8 Australian Mint

📋 copy color: '#EDFFA8'

red 237 ◦ green 255 ◦ blue 168

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

Shades of Australian Mint #EDFFA8

Tints of Australian Mint #EDFFA8

RGB

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

 GREEN value IS 255 (100% from 255) = 38.64%

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

R = 35.91%
G = 38.64%
B = 25.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#EDFFA8 (or 0xEDFFA8) is known color: Australian Mint. HEX triplet: ED, FF and A8. RGB value is (237,255,168). Sum of RGB (Red+Green+Blue) = 237+255+168=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 168 (66.02% from 255 or 25.45% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFFA8 is #120057. Grayscale: #F0F0F0. Windows color (decimal): -1179736 or 11075565. OLE color: 11075565.

HSL color Cylindrical-coordinate representation of color #EDFFA8: hue angle of 72.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDFFA8 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 168 -
CMYK 0.07 0 0.34 0
HSL 72.41º 1% 0.83% -
HSV(B) 72.41º 0.34% 1% -
XYZ 77.75 92.35 50.77 -
YUV 239.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 237 255 168 0.07 0 0.34 0 72.41 1 0.83
Hex ED FF A8 7 0 22 0 48 64 53
Octal 355 377 250 7 0 42 0 110 144 123
Binary 11101101 11111111 10101000 111 0 100010 0 1001000 1100100 1010011

Color Harmonies of #EDFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFA8

Black with #EDFFA8

Text Example


Text Example

White with #EDFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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