Html Css Color HEX #EFFEAA Australian Mint

📋 copy color: '#EFFEAA'

red 239 ◦ green 254 ◦ blue 170

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

Shades of Australian Mint #EFFEAA

Tints of Australian Mint #EFFEAA

RGB

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

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

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

R = 36.05%
G = 38.31%
B = 25.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#EFFEAA (or 0xEFFEAA) is known color: Australian Mint. HEX triplet: EF, FE and AA. RGB value is (239,254,170). Sum of RGB (Red+Green+Blue) = 239+254+170=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEAA is #100155. Grayscale: #F0F0F0. Windows color (decimal): -1048918 or 11206383. OLE color: 11206383.

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

Color convert

RGB 239 254 170 -
CMYK 0.06 0 0.33 0.00
HSL 70.71º 0.98% 0.83% -
HSV(B) 70.71º 0.33% 1% -
XYZ 78.29 92.14 51.69 -
YUV 239.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 239 254 170 0.06 0 0.33 0.00 70.71 0.98 0.83
Hex EF FE AA 6 0 21 0 47 62 53
Octal 357 376 252 6 0 41 0 107 142 123
Binary 11101111 11111110 10101010 110 0 100001 0 1000111 1100010 1010011

Color Harmonies of #EFFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEAA

Black with #EFFEAA

Text Example


Text Example

White with #EFFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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