Html Css Color HEX #EFF2AA Australian Mint

📋 copy color: '#EFF2AA'

red 239 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #EFF2AA

Tints of Australian Mint #EFF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.17%

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

R = 36.71%
G = 37.17%
B = 26.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EFF2AA (or 0xEFF2AA) is known color: Australian Mint. HEX triplet: EF, F2 and AA. RGB value is (239,242,170). Sum of RGB (Red+Green+Blue) = 239+242+170=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 170 (66.80% from 255 or 26.11% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF2AA is #100D55. Grayscale: #E9E9E9. Windows color (decimal): -1051990 or 11203311. OLE color: 11203311.

HSL color Cylindrical-coordinate representation of color #EFF2AA: hue angle of 62.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF2AA is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 170 -
CMYK 0.01 0 0.30 0.05
HSL 62.5º 0.73% 0.81% -
HSV(B) 62.5º 0.3% 0.95% -
XYZ 74.6 84.76 50.46 -
YUV 232.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 239 242 170 0.01 0 0.30 0.05 62.5 0.73 0.81
Hex EF F2 AA 1 0 1E 5 3F 49 51
Octal 357 362 252 1 0 36 5 77 111 121
Binary 11101111 11110010 10101010 1 0 11110 101 111111 1001001 1010001

Color Harmonies of #EFF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2AA

Black with #EFF2AA

Text Example


Text Example

White with #EFF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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