Html Css Color HEX #EFF8AE Australian Mint

📋 copy color: '#EFF8AE'

red 239 ◦ green 248 ◦ blue 174

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

Shades of Australian Mint #EFF8AE

Tints of Australian Mint #EFF8AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.32%

R = 36.16%
G = 37.52%
B = 26.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#EFF8AE (or 0xEFF8AE) is known color: Australian Mint. HEX triplet: EF, F8 and AE. RGB value is (239,248,174). Sum of RGB (Red+Green+Blue) = 239+248+174=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 174 (68.36% from 255 or 26.32% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AE is #100751. Grayscale: #EDEDED. Windows color (decimal): -1050450 or 11466991. OLE color: 11466991.

HSL color Cylindrical-coordinate representation of color #EFF8AE: hue angle of 67.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF8AE is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 174 -
CMYK 0.04 0 0.30 0.03
HSL 67.3º 0.84% 0.83% -
HSV(B) 67.3º 0.3% 0.97% -
XYZ 76.8 88.54 53.09 -
YUV 236.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 239 248 174 0.04 0 0.30 0.03 67.3 0.84 0.83
Hex EF F8 AE 4 0 1E 3 43 54 53
Octal 357 370 256 4 0 36 3 103 124 123
Binary 11101111 11111000 10101110 100 0 11110 11 1000011 1010100 1010011

Color Harmonies of #EFF8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF8AE

Black with #EFF8AE

Text Example


Text Example

White with #EFF8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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