Html Css Color HEX #EFF8A0 Australian Mint

📋 copy color: '#EFF8A0'

red 239 ◦ green 248 ◦ blue 160

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

Shades of Australian Mint #EFF8A0

Tints of Australian Mint #EFF8A0

RGB

 RED value IS 239 (93.75% from 255) = 36.94%

 GREEN value IS 248 (97.27% from 255) = 38.33%

 BLUE value IS 160 (62.89% from 255) = 24.73%

R = 36.94%
G = 38.33%
B = 24.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#EFF8A0 (or 0xEFF8A0) is known color: Australian Mint. HEX triplet: EF, F8 and A0. RGB value is (239,248,160). Sum of RGB (Red+Green+Blue) = 239+248+160=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 160 (62.89% from 255 or 24.73% from 647); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8A0 is #10075F. Grayscale: #EBEBEB. Windows color (decimal): -1050464 or 10549487. OLE color: 10549487.

HSL color Cylindrical-coordinate representation of color #EFF8A0: hue angle of 66.14º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFF8A0 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 160 -
CMYK 0.04 0 0.35 0.03
HSL 66.14º 0.86% 0.8% -
HSV(B) 66.14º 0.35% 0.97% -
XYZ 75.51 88.02 46.27 -
YUV 235.28 85.52 130.66 -
System Red Green Blue C M Y K H S L
Decimal 239 248 160 0.04 0 0.35 0.03 66.14 0.86 0.8
Hex EF F8 A0 4 0 23 3 42 56 50
Octal 357 370 240 4 0 43 3 102 126 120
Binary 11101111 11111000 10100000 100 0 100011 11 1000010 1010110 1010000

Color Harmonies of #EFF8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8A0

Black with #EFF8A0

Text Example


Text Example

White with #EFF8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8A0; }

 p { color: rgb(239,248,160); }

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

background-color css

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

 a { background-color: rgb(239,248,160); }

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

border-color css

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

 span { border-color: rgb(239,248,160); }

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