Html Css Color HEX #EFFEA0 Australian Mint

📋 copy color: '#EFFEA0'

red 239 ◦ green 254 ◦ blue 160

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

Shades of Australian Mint #EFFEA0

Tints of Australian Mint #EFFEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

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

R = 36.6%
G = 38.9%
B = 24.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#EFFEA0 (or 0xEFFEA0) is known color: Australian Mint. HEX triplet: EF, FE and A0. RGB value is (239,254,160). Sum of RGB (Red+Green+Blue) = 239+254+160=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA0 is #10015F. Grayscale: #EFEFEF. Windows color (decimal): -1048928 or 10551023. OLE color: 10551023.

HSL color Cylindrical-coordinate representation of color #EFFEA0: hue angle of 69.57º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFFEA0 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 160 -
CMYK 0.06 0 0.37 0.00
HSL 69.57º 0.98% 0.81% -
HSV(B) 69.57º 0.37% 1% -
XYZ 77.38 91.77 46.89 -
YUV 238.8 83.53 128.14 -
System Red Green Blue C M Y K H S L
Decimal 239 254 160 0.06 0 0.37 0.00 69.57 0.98 0.81
Hex EF FE A0 6 0 25 0 46 62 51
Octal 357 376 240 6 0 45 0 106 142 121
Binary 11101111 11111110 10100000 110 0 100101 0 1000110 1100010 1010001

Color Harmonies of #EFFEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEA0

Black with #EFFEA0

Text Example


Text Example

White with #EFFEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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