Html Css Color HEX #EFF5AA Australian Mint

📋 copy color: '#EFF5AA'

red 239 ◦ green 245 ◦ blue 170

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

Shades of Australian Mint #EFF5AA

Tints of Australian Mint #EFF5AA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.46%

 BLUE value IS 170 (66.8% from 255) = 25.99%

R = 36.54%
G = 37.46%
B = 25.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#EFF5AA (or 0xEFF5AA) is known color: Australian Mint. HEX triplet: EF, F5 and AA. RGB value is (239,245,170). Sum of RGB (Red+Green+Blue) = 239+245+170=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF5AA is #100A55. Grayscale: #EAEAEA. Windows color (decimal): -1051222 or 11204079. OLE color: 11204079.

HSL color Cylindrical-coordinate representation of color #EFF5AA: hue angle of 64.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF5AA is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 170 -
CMYK 0.02 0 0.31 0.04
HSL 64.8º 0.79% 0.81% -
HSV(B) 64.8º 0.31% 0.96% -
XYZ 75.5 86.56 50.76 -
YUV 234.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 239 245 170 0.02 0 0.31 0.04 64.8 0.79 0.81
Hex EF F5 AA 2 0 1F 4 41 4F 51
Octal 357 365 252 2 0 37 4 101 117 121
Binary 11101111 11110101 10101010 10 0 11111 100 1000001 1001111 1010001

Color Harmonies of #EFF5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF5AA

Black with #EFF5AA

Text Example


Text Example

White with #EFF5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF5AA; }

 p { color: rgb(239,245,170); }

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

background-color css

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

 a { background-color: rgb(239,245,170); }

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

border-color css

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

 span { border-color: rgb(239,245,170); }

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